#F045D1

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

Shades of Razzle Dazzle Rose #F045D1

Tints of Razzle Dazzle Rose #F045D1

Color information

#F045D1 (or 0xF045D1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 45 and D1. RGB value is (240,69,209). Sum of RGB (Red+Green+Blue) = 240+69+209=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 69 (27.34% from 255 or 13.32% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F045D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F045D1 is #0FBA2E. Grayscale: #878787. Windows color (decimal): -1030703 or 13714928. OLE color: 13714928.

HSL color Cylindrical-coordinate representation of color #F045D1: hue angle of 310.88º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F045D1 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB24069209-
CMYK00.710.130.06
HSL310.88º85.07%60.59%-
HSV(B)310.88º71.25%94.12%-
XYZ49.5727.3862.99-
YUV136.09169.15202.12-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.33%
GREEN value IS 69 (27.34% from 255) = 13.32%
BLUE value IS 209 (82.03% from 255) = 40.35%
R=46.33%
G=13.32%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406920900.710.130.06310.8885.0760.59
HexF045D1047D6137553d
Octal360105321010715646712575
Binary111100001000101110100010100011111011101001101111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F045D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F045D1; }

 p { color: rgb(240,69,209); }

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

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

 a { background-color: rgb(240,69,209); }

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

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

 span { border-color: rgb(240,69,209); }

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