#F43FDA

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

Shades of Razzle Dazzle Rose #F43FDA

Tints of Razzle Dazzle Rose #F43FDA

Color information

#F43FDA (or 0xF43FDA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 3F and DA. RGB value is (244,63,218). Sum of RGB (Red+Green+Blue) = 244+63+218=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 63 (25% from 255 or 12% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 244 - color contains mainly: red. Hex color #F43FDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F43FDA is #0BC025. Grayscale: #868686. Windows color (decimal): -770086 or 14303220. OLE color: 14303220.

HSL color Cylindrical-coordinate representation of color #F43FDA: hue angle of 308.62º 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 #F43FDA is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB24463218-
CMYK00.740.110.04
HSL308.62º89.16%60.2%-
HSV(B)308.62º74.18%95.69%-
XYZ51.7427.8568.98-
YUV134.79174.97205.9-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.48%
GREEN value IS 63 (25% from 255) = 12%
BLUE value IS 218 (85.55% from 255) = 41.52%
R=46.48%
G=12%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2446321800.740.110.04308.6289.1660.2
HexF43FDA04AB4135593c
Octal36477332011213446513174
Binary11110100111111110110100100101010111001001101011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F43FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F43FDA; }

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

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

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

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

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

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

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

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