Html Css Color HEX #F129C2 Razzle Dazzle Rose

📋 copy color: '#F129C2'

red 241 ◦ green 41 ◦ blue 194

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

Shades of Razzle Dazzle Rose #F129C2

Tints of Razzle Dazzle Rose #F129C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.76%

R = 50.63%
G = 8.61%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F129C2 (or 0xF129C2) is known color: Razzle Dazzle Rose. HEX triplet: F1, 29 and C2. RGB value is (241,41,194). Sum of RGB (Red+Green+Blue) = 241+41+194=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 41 (16.41% from 255 or 8.61% from 476); Blue value is 194 (76.17% from 255 or 40.76% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F129C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F129C2 is #0ED63D. Grayscale: #757575. Windows color (decimal): -972350 or 12724721. OLE color: 12724721.

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

Color convert

RGB 241 41 194 -
CMYK 0 0.83 0.20 0.05
HSL 314.1º 0.88% 0.55% -
HSV(B) 314.1º 0.83% 0.95% -
XYZ 46.81 24.18 53.24 -
YUV 118.24 170.76 215.56 -
System Red Green Blue C M Y K H S L
Decimal 241 41 194 0 0.83 0.20 0.05 314.1 0.88 0.55
Hex F1 29 C2 0 53 14 5 13A 58 37
Octal 361 51 302 0 123 24 5 472 130 67
Binary 11110001 101001 11000010 0 1010011 10100 101 100111010 1011000 110111

Color Harmonies of #F129C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F129C2

Black with #F129C2

Text Example


Text Example

White with #F129C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F129C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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