#F538DF

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

Shades of Razzle Dazzle Rose #F538DF

Tints of Razzle Dazzle Rose #F538DF

Color information

#F538DF (or 0xF538DF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 38 and DF. RGB value is (245,56,223). Sum of RGB (Red+Green+Blue) = 245+56+223=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 56 (22.27% from 255 or 10.69% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 245 - color contains mainly: red. Hex color #F538DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F538DF is #0AC720. Grayscale: #838383. Windows color (decimal): -706337 or 14629109. OLE color: 14629109.

HSL color Cylindrical-coordinate representation of color #F538DF: hue angle of 306.98º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F538DF is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB24556223-
CMYK00.770.090.04
HSL306.98º90.43%59.02%-
HSV(B)306.98º77.14%96.08%-
XYZ52.3927.5772.37-
YUV131.55179.62208.92-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.76%
GREEN value IS 56 (22.27% from 255) = 10.69%
BLUE value IS 223 (87.5% from 255) = 42.56%
R=46.76%
G=10.69%
B=42.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455622300.770.090.04306.9890.4359.02
HexF538DF04D941335a3b
Octal36570337011511446313273
Binary11110101111000110111110100110110011001001100111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F538DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F538DF; }

 p { color: rgb(245,56,223); }

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

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

 a { background-color: rgb(245,56,223); }

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

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

 span { border-color: rgb(245,56,223); }

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