Html Css Color HEX #F129DD Razzle Dazzle Rose

📋 copy color: '#F129DD'

red 241 ◦ green 41 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F129DD

Tints of Razzle Dazzle Rose #F129DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.94%

R = 47.91%
G = 8.15%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F129DD (or 0xF129DD) is known color: Razzle Dazzle Rose. HEX triplet: F1, 29 and DD. RGB value is (241,41,221). Sum of RGB (Red+Green+Blue) = 241+41+221=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 41 (16.41% from 255 or 8.15% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F129DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F129DD is #0ED622. Grayscale: #787878. Windows color (decimal): -972323 or 14494193. OLE color: 14494193.

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

Color convert

RGB 241 41 221 -
CMYK 0 0.83 0.08 0.05
HSL 306º 0.88% 0.55% -
HSV(B) 306º 0.83% 0.95% -
XYZ 50.12 25.51 70.69 -
YUV 121.32 184.26 213.36 -
System Red Green Blue C M Y K H S L
Decimal 241 41 221 0 0.83 0.08 0.05 306 0.88 0.55
Hex F1 29 DD 0 53 8 5 132 58 37
Octal 361 51 335 0 123 10 5 462 130 67
Binary 11110001 101001 11011101 0 1010011 1000 101 100110010 1011000 110111

Color Harmonies of #F129DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F129DD

Black with #F129DD

Text Example


Text Example

White with #F129DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F129DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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