#F128D0

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

Shades of Razzle Dazzle Rose #F128D0

Tints of Razzle Dazzle Rose #F128D0

Color information

#F128D0 (or 0xF128D0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 28 and D0. RGB value is (241,40,208). Sum of RGB (Red+Green+Blue) = 241+40+208=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 40 (16.02% from 255 or 8.18% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F128D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F128D0 is #0ED72F. Grayscale: #767676. Windows color (decimal): -972592 or 13641969. OLE color: 13641969.

HSL color Cylindrical-coordinate representation of color #F128D0: hue angle of 309.85º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F128D0 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB24140208-
CMYK00.830.140.05
HSL309.85º87.77%55.1%-
HSV(B)309.85º83.4%94.51%-
XYZ48.4224.7761.9-
YUV119.25178.09214.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.28%
GREEN value IS 40 (16.02% from 255) = 8.18%
BLUE value IS 208 (81.64% from 255) = 42.54%
R=49.28%
G=8.18%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2414020800.830.140.05309.8587.7755.1
HexF128D0053E51365837
Octal36150320012316546613067
Binary11110001101000110100000101001111101011001101101011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F128D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F128D0; }

 p { color: rgb(241,40,208); }

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

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

 a { background-color: rgb(241,40,208); }

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

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

 span { border-color: rgb(241,40,208); }

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