Html Css Color HEX #F129CE Razzle Dazzle Rose

📋 copy color: '#F129CE'

red 241 ◦ green 41 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F129CE

Tints of Razzle Dazzle Rose #F129CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.21%

R = 49.39%
G = 8.4%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F129CE (or 0xF129CE) is known color: Razzle Dazzle Rose. HEX triplet: F1, 29 and CE. RGB value is (241,41,206). Sum of RGB (Red+Green+Blue) = 241+41+206=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 41 (16.41% from 255 or 8.40% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F129CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F129CE is #0ED631. Grayscale: #777777. Windows color (decimal): -972338 or 13511153. OLE color: 13511153.

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

Color convert

RGB 241 41 206 -
CMYK 0 0.83 0.15 0.05
HSL 310.5º 0.88% 0.55% -
HSV(B) 310.5º 0.83% 0.95% -
XYZ 48.21 24.74 60.63 -
YUV 119.61 176.76 214.58 -
System Red Green Blue C M Y K H S L
Decimal 241 41 206 0 0.83 0.15 0.05 310.5 0.88 0.55
Hex F1 29 CE 0 53 F 5 136 58 37
Octal 361 51 316 0 123 17 5 466 130 67
Binary 11110001 101001 11001110 0 1010011 1111 101 100110110 1011000 110111

Color Harmonies of #F129CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F129CE

Black with #F129CE

Text Example


Text Example

White with #F129CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F129CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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