#F939CA

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

Shades of Razzle Dazzle Rose #F939CA

Tints of Razzle Dazzle Rose #F939CA

Color information

#F939CA (or 0xF939CA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 39 and CA. RGB value is (249,57,202). Sum of RGB (Red+Green+Blue) = 249+57+202=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 57 (22.66% from 255 or 11.22% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F939CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F939CA is #06C635. Grayscale: #828282. Windows color (decimal): -443958 or 13253113. OLE color: 13253113.

HSL color Cylindrical-coordinate representation of color #F939CA: hue angle of 314.69º 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 #F939CA is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB24957202-
CMYK00.770.190.02
HSL314.69º94.12%60%-
HSV(B)314.69º77.11%97.65%-
XYZ51.1927.3358.45-
YUV130.94168.11212.21-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.02%
GREEN value IS 57 (22.66% from 255) = 11.22%
BLUE value IS 202 (79.30% from 255) = 39.76%
R=49.02%
G=11.22%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2495720200.770.190.02314.6994.1260
HexF939CA04D13213b5e3c
Octal37171312011523247313674
Binary11111001111001110010100100110110011101001110111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F939CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F939CA; }

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

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

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

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

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

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

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

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