Html Css Color HEX #F129C3 Razzle Dazzle Rose

📋 copy color: '#F129C3'

red 241 ◦ green 41 ◦ blue 195

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

Shades of Razzle Dazzle Rose #F129C3

Tints of Razzle Dazzle Rose #F129C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.88%

R = 50.52%
G = 8.6%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F129C3 (or 0xF129C3) is known color: Razzle Dazzle Rose. HEX triplet: F1, 29 and C3. RGB value is (241,41,195). Sum of RGB (Red+Green+Blue) = 241+41+195=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 41 (16.41% from 255 or 8.60% from 477); Blue value is 195 (76.56% from 255 or 40.88% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F129C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F129C3 is #0ED63C. Grayscale: #757575. Windows color (decimal): -972349 or 12790257. OLE color: 12790257.

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

Color convert

RGB 241 41 195 -
CMYK 0 0.83 0.19 0.05
HSL 313.8º 0.88% 0.55% -
HSV(B) 313.8º 0.83% 0.95% -
XYZ 46.92 24.23 53.83 -
YUV 118.36 171.26 215.48 -
System Red Green Blue C M Y K H S L
Decimal 241 41 195 0 0.83 0.19 0.05 313.8 0.88 0.55
Hex F1 29 C3 0 53 13 5 13A 58 37
Octal 361 51 303 0 123 23 5 472 130 67
Binary 11110001 101001 11000011 0 1010011 10011 101 100111010 1011000 110111

Color Harmonies of #F129C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F129C3

Black with #F129C3

Text Example


Text Example

White with #F129C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F129C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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