#F129E8

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

Shades of Razzle Dazzle Rose #F129E8

Tints of Razzle Dazzle Rose #F129E8

Color information

#F129E8 (or 0xF129E8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 29 and E8. RGB value is (241,41,232). Sum of RGB (Red+Green+Blue) = 241+41+232=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 41 (16.41% from 255 or 7.98% from 514); Blue value is 232 (91.02% from 255 or 45.14% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F129E8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F129E8 is #0ED617. Grayscale: #7A7A7A. Windows color (decimal): -972312 or 15215089. OLE color: 15215089.

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

Color convert

RGB24141232-
CMYK00.830.040.05
HSL302.7º87.72%55.29%-
HSV(B)302.7º82.99%94.51%-
XYZ51.6326.1178.66-
YUV122.57189.76212.47-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.89%
GREEN value IS 41 (16.41% from 255) = 7.98%
BLUE value IS 232 (91.02% from 255) = 45.14%
R=46.89%
G=7.98%
B=45.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2414123200.830.040.05302.787.7255.29
HexF129E80534512f5837
Octal3615135001234545713067
Binary1111000110100111101000010100111001011001011111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F129E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F129E8; }

 p { color: rgb(241,41,232); }

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

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

 a { background-color: rgb(241,41,232); }

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

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

 span { border-color: rgb(241,41,232); }

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