#F94FCA

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

Shades of Razzle Dazzle Rose #F94FCA

Tints of Razzle Dazzle Rose #F94FCA

Color information

#F94FCA (or 0xF94FCA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 4F and CA. RGB value is (249,79,202). Sum of RGB (Red+Green+Blue) = 249+79+202=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 79 (31.25% from 255 or 14.91% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 249 - color contains mainly: red. Hex color #F94FCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F94FCA is #06B035. Grayscale: #8F8F8F. Windows color (decimal): -438326 or 13258745. OLE color: 13258745.

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

Color convert

RGB24979202-
CMYK00.680.190.02
HSL316.59º93.41%64.31%-
HSV(B)316.59º68.27%97.65%-
XYZ52.523058.9-
YUV143.85160.82203-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.98%
GREEN value IS 79 (31.25% from 255) = 14.91%
BLUE value IS 202 (79.30% from 255) = 38.11%
R=46.98%
G=14.91%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497920200.680.190.02316.5993.4164.31
HexF94FCA04413213d5d40
Octal3711173120104232475135100
Binary1111100110011111100101001000100100111010011110110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94FCA; }

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

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

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

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

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

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

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

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