Html Css Color HEX #F129C1 Razzle Dazzle Rose

📋 copy color: '#F129C1'

red 241 ◦ green 41 ◦ blue 193

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

Shades of Razzle Dazzle Rose #F129C1

Tints of Razzle Dazzle Rose #F129C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.63%

R = 50.74%
G = 8.63%
B = 40.63%

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

#F129C1 (or 0xF129C1) is known color: Razzle Dazzle Rose. HEX triplet: F1, 29 and C1. RGB value is (241,41,193). Sum of RGB (Red+Green+Blue) = 241+41+193=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 41 (16.41% from 255 or 8.63% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F129C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F129C1 is #0ED63E. Grayscale: #757575. Windows color (decimal): -972351 or 12659185. OLE color: 12659185.

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

Color convert

RGB 241 41 193 -
CMYK 0 0.83 0.20 0.05
HSL 314.4º 0.88% 0.55% -
HSV(B) 314.4º 0.83% 0.95% -
XYZ 46.69 24.14 52.65 -
YUV 118.13 170.26 215.64 -
System Red Green Blue C M Y K H S L
Decimal 241 41 193 0 0.83 0.20 0.05 314.4 0.88 0.55
Hex F1 29 C1 0 53 14 5 13A 58 37
Octal 361 51 301 0 123 24 5 472 130 67
Binary 11110001 101001 11000001 0 1010011 10100 101 100111010 1011000 110111

Color Harmonies of #F129C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F129C1

Black with #F129C1

Text Example


Text Example

White with #F129C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F129C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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