Html Css Color HEX #F129E9 Razzle Dazzle Rose

📋 copy color: '#F129E9'

red 241 ◦ green 41 ◦ blue 233

#F129E9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #F129E9

Tints of Razzle Dazzle Rose #F129E9

RGB

 RED value IS 241 (94.53% from 255) = 46.8%

 GREEN value IS 41 (16.41% from 255) = 7.96%

 BLUE value IS 233 (91.41% from 255) = 45.24%

R = 46.8%
G = 7.96%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F129E9 (or 0xF129E9) is known color: Razzle Dazzle Rose. HEX triplet: F1, 29 and E9. RGB value is (241,41,233). Sum of RGB (Red+Green+Blue) = 241+41+233=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 41 (16.41% from 255 or 7.96% from 515); Blue value is 233 (91.41% from 255 or 45.24% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F129E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F129E9 is #0ED616. Grayscale: #7A7A7A. Windows color (decimal): -972311 or 15280625. OLE color: 15280625.

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

Color convert

RGB 241 41 233 -
CMYK 0 0.83 0.03 0.05
HSL 302.4º 0.88% 0.55% -
HSV(B) 302.4º 0.83% 0.95% -
XYZ 51.78 26.17 79.41 -
YUV 122.69 190.26 212.39 -
System Red Green Blue C M Y K H S L
Decimal 241 41 233 0 0.83 0.03 0.05 302.4 0.88 0.55
Hex F1 29 E9 0 53 3 5 12E 58 37
Octal 361 51 351 0 123 3 5 456 130 67
Binary 11110001 101001 11101001 0 1010011 11 101 100101110 1011000 110111

Color Harmonies of #F129E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F129E9

Black with #F129E9

Text Example


Text Example

White with #F129E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F129E9; }

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

 H1.HeaderClassName
 {
   color: #F129E9;
 }
 .AnyTagClassName
 {
   color: #F129E9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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