Html Css Color HEX #F129C5 Razzle Dazzle Rose

📋 copy color: '#F129C5'

red 241 ◦ green 41 ◦ blue 197

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

Shades of Razzle Dazzle Rose #F129C5

Tints of Razzle Dazzle Rose #F129C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.13%

R = 50.31%
G = 8.56%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F129C5 (or 0xF129C5) is known color: Razzle Dazzle Rose. HEX triplet: F1, 29 and C5. RGB value is (241,41,197). Sum of RGB (Red+Green+Blue) = 241+41+197=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 41 (16.41% from 255 or 8.56% from 479); Blue value is 197 (77.34% from 255 or 41.13% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F129C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F129C5 is #0ED63A. Grayscale: #767676. Windows color (decimal): -972347 or 12921329. OLE color: 12921329.

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

Color convert

RGB 241 41 197 -
CMYK 0 0.83 0.18 0.05
HSL 313.2º 0.88% 0.55% -
HSV(B) 313.2º 0.83% 0.95% -
XYZ 47.15 24.32 55.03 -
YUV 118.58 172.26 215.32 -
System Red Green Blue C M Y K H S L
Decimal 241 41 197 0 0.83 0.18 0.05 313.2 0.88 0.55
Hex F1 29 C5 0 53 12 5 139 58 37
Octal 361 51 305 0 123 22 5 471 130 67
Binary 11110001 101001 11000101 0 1010011 10010 101 100111001 1011000 110111

Color Harmonies of #F129C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F129C5

Black with #F129C5

Text Example


Text Example

White with #F129C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F129C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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