#F94CBD

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

Shades of Razzle Dazzle Rose #F94CBD

Tints of Razzle Dazzle Rose #F94CBD

Color information

#F94CBD (or 0xF94CBD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 4C and BD. RGB value is (249,76,189). Sum of RGB (Red+Green+Blue) = 249+76+189=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 76 (30.08% from 255 or 14.79% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F94CBD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F94CBD is #06B342. Grayscale: #8C8C8C. Windows color (decimal): -439107 or 12406009. OLE color: 12406009.

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

Color convert

RGB24976189-
CMYK00.690.240.02
HSL320.81º93.51%63.73%-
HSV(B)320.81º69.48%97.65%-
XYZ50.8428.9851.06-
YUV140.61155.31205.31-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.44%
GREEN value IS 76 (30.08% from 255) = 14.79%
BLUE value IS 189 (74.22% from 255) = 36.77%
R=48.44%
G=14.79%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497618900.690.240.02320.8193.5163.73
HexF94CBD0451821415e40
Octal3711142750105302501136100
Binary1111100110011001011110101000101110001010100000110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94CBD; }

 p { color: rgb(249,76,189); }

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

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

 a { background-color: rgb(249,76,189); }

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

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

 span { border-color: rgb(249,76,189); }

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