#F431CA

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

Shades of Razzle Dazzle Rose #F431CA

Tints of Razzle Dazzle Rose #F431CA

Color information

#F431CA (or 0xF431CA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 31 and CA. RGB value is (244,49,202). Sum of RGB (Red+Green+Blue) = 244+49+202=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 49 (19.53% from 255 or 9.90% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 244 - color contains mainly: red. Hex color #F431CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F431CA is #0BCE35. Grayscale: #7C7C7C. Windows color (decimal): -773686 or 13251060. OLE color: 13251060.

HSL color Cylindrical-coordinate representation of color #F431CA: hue angle of 312.92º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F431CA is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB24449202-
CMYK00.800.170.04
HSL312.92º89.86%57.45%-
HSV(B)312.92º79.92%95.69%-
XYZ49.0725.6958.25-
YUV124.75171.6213.06-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.29%
GREEN value IS 49 (19.53% from 255) = 9.90%
BLUE value IS 202 (79.30% from 255) = 40.81%
R=49.29%
G=9.90%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2444920200.800.170.04312.9289.8657.45
HexF431CA0501141395a39
Octal36461312012021447113271
Binary111101001100011100101001010000100011001001110011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F431CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F431CA; }

 p { color: rgb(244,49,202); }

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

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

 a { background-color: rgb(244,49,202); }

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

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

 span { border-color: rgb(244,49,202); }

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