#F939CB

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

Shades of Razzle Dazzle Rose #F939CB

Tints of Razzle Dazzle Rose #F939CB

Color information

#F939CB (or 0xF939CB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 39 and CB. RGB value is (249,57,203). Sum of RGB (Red+Green+Blue) = 249+57+203=509 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.92% from 509); Green value is 57 (22.66% from 255 or 11.20% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 249 - color contains mainly: red. Hex color #F939CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F939CB is #06C634. Grayscale: #828282. Windows color (decimal): -443957 or 13318649. OLE color: 13318649.

HSL color Cylindrical-coordinate representation of color #F939CB: hue angle of 314.38º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F939CB is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB24957203-
CMYK00.770.180.02
HSL314.38º94.12%60%-
HSV(B)314.38º77.11%97.65%-
XYZ51.3127.3859.08-
YUV131.05168.61212.13-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.92%
GREEN value IS 57 (22.66% from 255) = 11.20%
BLUE value IS 203 (79.69% from 255) = 39.88%
R=48.92%
G=11.20%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2495720300.770.180.02314.3894.1260
HexF939CB04D12213a5e3c
Octal37171313011522247213674
Binary11111001111001110010110100110110010101001110101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F939CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F939CB; }

 p { color: rgb(249,57,203); }

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

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

 a { background-color: rgb(249,57,203); }

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

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

 span { border-color: rgb(249,57,203); }

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