#F843CD

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

Shades of Razzle Dazzle Rose #F843CD

Tints of Razzle Dazzle Rose #F843CD

Color information

#F843CD (or 0xF843CD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 43 and CD. RGB value is (248,67,205). Sum of RGB (Red+Green+Blue) = 248+67+205=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 67 (26.56% from 255 or 12.88% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F843CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F843CD is #07BC32. Grayscale: #888888. Windows color (decimal): -506931 or 13452280. OLE color: 13452280.

HSL color Cylindrical-coordinate representation of color #F843CD: hue angle of 314.25º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F843CD is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB24867205-
CMYK00.730.170.03
HSL314.25º92.82%61.76%-
HSV(B)314.25º72.98%97.25%-
XYZ51.7428.3860.51-
YUV136.85166.47207.28-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.69%
GREEN value IS 67 (26.56% from 255) = 12.88%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=47.69%
G=12.88%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2486720500.730.170.03314.2592.8261.76
HexF843CD04911313a5d3e
Octal370103315011121347213576
Binary111110001000011110011010100100110001111001110101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F843CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F843CD; }

 p { color: rgb(248,67,205); }

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

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

 a { background-color: rgb(248,67,205); }

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

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

 span { border-color: rgb(248,67,205); }

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