Html Css Color HEX #F129EF Razzle Dazzle Rose

📋 copy color: '#F129EF'

red 241 ◦ green 41 ◦ blue 239

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

Shades of Razzle Dazzle Rose #F129EF

Tints of Razzle Dazzle Rose #F129EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.87%

R = 46.26%
G = 7.87%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F129EF (or 0xF129EF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 29 and EF. RGB value is (241,41,239). Sum of RGB (Red+Green+Blue) = 241+41+239=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 41 (16.41% from 255 or 7.87% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F129EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F129EF is #0ED610. Grayscale: #7A7A7A. Windows color (decimal): -972305 or 15673841. OLE color: 15673841.

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

Color convert

RGB 241 41 239 -
CMYK 0 0.83 0.01 0.05
HSL 300.6º 0.88% 0.55% -
HSV(B) 300.6º 0.83% 0.95% -
XYZ 52.65 26.52 84.01 -
YUV 123.37 193.26 211.9 -
System Red Green Blue C M Y K H S L
Decimal 241 41 239 0 0.83 0.01 0.05 300.6 0.88 0.55
Hex F1 29 EF 0 53 1 5 12D 58 37
Octal 361 51 357 0 123 1 5 455 130 67
Binary 11110001 101001 11101111 0 1010011 1 101 100101101 1011000 110111

Color Harmonies of #F129EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F129EF

Black with #F129EF

Text Example


Text Example

White with #F129EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F129EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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