Html Css Color HEX #F129BE Razzle Dazzle Rose

📋 copy color: '#F129BE'

red 241 ◦ green 41 ◦ blue 190

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

Shades of Razzle Dazzle Rose #F129BE

Tints of Razzle Dazzle Rose #F129BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.25%

R = 51.06%
G = 8.69%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F129BE (or 0xF129BE) is known color: Razzle Dazzle Rose. HEX triplet: F1, 29 and BE. RGB value is (241,41,190). Sum of RGB (Red+Green+Blue) = 241+41+190=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 41 (16.41% from 255 or 8.69% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F129BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F129BE is #0ED641. Grayscale: #757575. Windows color (decimal): -972354 or 12462577. OLE color: 12462577.

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

Color convert

RGB 241 41 190 -
CMYK 0 0.83 0.21 0.05
HSL 315.3º 0.88% 0.55% -
HSV(B) 315.3º 0.83% 0.95% -
XYZ 46.36 24 50.9 -
YUV 117.79 168.76 215.88 -
System Red Green Blue C M Y K H S L
Decimal 241 41 190 0 0.83 0.21 0.05 315.3 0.88 0.55
Hex F1 29 BE 0 53 15 5 13B 58 37
Octal 361 51 276 0 123 25 5 473 130 67
Binary 11110001 101001 10111110 0 1010011 10101 101 100111011 1011000 110111

Color Harmonies of #F129BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F129BE

Black with #F129BE

Text Example


Text Example

White with #F129BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F129BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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