#F43FCA

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

Shades of Razzle Dazzle Rose #F43FCA

Tints of Razzle Dazzle Rose #F43FCA

Color information

#F43FCA (or 0xF43FCA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 3F and CA. RGB value is (244,63,202). Sum of RGB (Red+Green+Blue) = 244+63+202=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 63 (25% from 255 or 12.38% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 244 - color contains mainly: red. Hex color #F43FCA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F43FCA is #0BC035. Grayscale: #848484. Windows color (decimal): -770102 or 13254644. OLE color: 13254644.

HSL color Cylindrical-coordinate representation of color #F43FCA: hue angle of 313.92º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F43FCA is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB24463202-
CMYK00.740.170.04
HSL313.92º89.16%60.2%-
HSV(B)313.92º74.18%95.69%-
XYZ49.7527.0558.48-
YUV132.96166.97207.2-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.94%
GREEN value IS 63 (25% from 255) = 12.38%
BLUE value IS 202 (79.30% from 255) = 39.69%
R=47.94%
G=12.38%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2446320200.740.170.04313.9289.1660.2
HexF43FCA04A11413a593c
Octal36477312011221447213174
Binary111101001111111100101001001010100011001001110101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F43FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F43FCA; }

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

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

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

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

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

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

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

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