#f43dc8

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

Shades of Razzle Dazzle Rose #F43DC8

Tints of Razzle Dazzle Rose #F43DC8

Color information

#F43DC8 (or 0xF43DC8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 3D and C8. RGB value is (244,61,200). Sum of RGB (Red+Green+Blue) = 244+61+200=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 61 (24.22% from 255 or 12.08% from 505); Blue value is 200 (78.52% from 255 or 39.60% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F43DC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F43DC8 is #0BC237. Grayscale: #838383. Windows color (decimal): -770616 or 13123060. OLE color: 13123060.

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

Color convert

RGB24461200-
CMYK00.750.180.04
HSL314.43º89.27%59.8%-
HSV(B)314.43º75%95.69%-
XYZ49.426.7457.2-
YUV131.56166.63208.2-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.32%
GREEN value IS 61 (24.22% from 255) = 12.08%
BLUE value IS 200 (78.52% from 255) = 39.60%
R=48.32%
G=12.08%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2446120000.750.180.04314.4389.2759.8
HexF43DC804B12413a593c
Octal36475310011322447213174
Binary111101001111011100100001001011100101001001110101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f43dc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f43dc8; }

 p { color: rgb(244,61,200); }

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

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

 a { background-color: rgb(244,61,200); }

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

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

 span { border-color: rgb(244,61,200); }

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