#F128E0

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

Shades of Razzle Dazzle Rose #F128E0

Tints of Razzle Dazzle Rose #F128E0

Color information

#F128E0 (or 0xF128E0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 28 and E0. RGB value is (241,40,224). Sum of RGB (Red+Green+Blue) = 241+40+224=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 40 (16.02% from 255 or 7.92% from 505); Blue value is 224 (87.89% from 255 or 44.36% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F128E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F128E0 is #0ED71F. Grayscale: #787878. Windows color (decimal): -972576 or 14690545. OLE color: 14690545.

HSL color Cylindrical-coordinate representation of color #F128E0: hue angle of 305.07º 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 #F128E0 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB24140224-
CMYK00.830.070.05
HSL305.07º87.77%55.1%-
HSV(B)305.07º83.4%94.51%-
XYZ50.4925.672.8-
YUV121.07186.09213.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.72%
GREEN value IS 40 (16.02% from 255) = 7.92%
BLUE value IS 224 (87.89% from 255) = 44.36%
R=47.72%
G=7.92%
B=44.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2414022400.830.070.05305.0787.7755.1
HexF128E0053751315837
Octal3615034001237546113067
Binary1111000110100011100000010100111111011001100011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F128E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F128E0; }

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

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

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

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

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

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

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

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