#F334F5

Color #F334F5 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F334F5

Tints of Razzle Dazzle Rose #F334F5

Color information

#F334F5 (or 0xF334F5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 34 and F5. RGB value is (243,52,245). Sum of RGB (Red+Green+Blue) = 243+52+245=540 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45% from 540); Green value is 52 (20.70% from 255 or 9.63% from 540); Blue value is 245 (96.09% from 255 or 45.37% from 540); Max value from RGB is 245 - color contains mainly: blue. Hex color #F334F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F334F5 is #0CCB0A. Grayscale: #828282. Windows color (decimal): -838411 or 16069875. OLE color: 16069875.

HSL color Cylindrical-coordinate representation of color #F334F5: hue angle of 299.38º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F334F5 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB24352245-
CMYK0.010.7900.04
HSL299.38º90.61%58.24%-
HSV(B)299.38º78.78%96.08%-
XYZ54.6728.188.93-
YUV131.11192.28207.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 45%
GREEN value IS 52 (20.70% from 255) = 9.63%
BLUE value IS 245 (96.09% from 255) = 45.37%
R=45%
G=9.63%
B=45.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal243522450.010.7900.04299.3890.6158.24
HexF334F514F0412b5b3a
Octal3636436511170445313372
Binary11110011110100111101011100111101001001010111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F334F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F334F5; }

 p { color: rgb(243,52,245); }

 H1.HeaderClassName
 {
   color: #F334F5;
 }
 .AnyTagClassName
 {
   color: #F334F5;
 }
</style>
background-color css

<style>
 a { background-color: #F334F5; }

 a { background-color: rgb(243,52,245); }

 div.DivClassName
 {
   background-color: #F334F5;
 }
 .BgClassName
 {
   background-color: #F334F5;
 }
</style>
border-color css

<style>
 span { border-color: #F334F5; }

 span { border-color: rgb(243,52,245); }

 td.TdClassName
 {
   border-color: #F334F5;
 }
 .TagClassName
 {
   border-color: #F334F5;
 }
</style>