#F945CA

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

Shades of Razzle Dazzle Rose #F945CA

Tints of Razzle Dazzle Rose #F945CA

Color information

#F945CA (or 0xF945CA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 45 and CA. RGB value is (249,69,202). Sum of RGB (Red+Green+Blue) = 249+69+202=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 69 (27.34% from 255 or 13.27% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 249 - color contains mainly: red. Hex color #F945CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F945CA is #06BA35. Grayscale: #898989. Windows color (decimal): -440886 or 13256185. OLE color: 13256185.

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

Color convert

RGB24969202-
CMYK00.720.190.02
HSL315.67º93.75%62.35%-
HSV(B)315.67º72.29%97.65%-
XYZ51.8628.6658.68-
YUV137.98164.13207.19-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.88%
GREEN value IS 69 (27.34% from 255) = 13.27%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=47.88%
G=13.27%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496920200.720.190.02315.6793.7562.35
HexF945CA04813213c5e3e
Octal371105312011023247413676
Binary111110011000101110010100100100010011101001111001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F945CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F945CA; }

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

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

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

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

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

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

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

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