Html Css Color HEX #FE29D9 Razzle Dazzle Rose

📋 copy color: '#FE29D9'

red 254 ◦ green 41 ◦ blue 217

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

Shades of Razzle Dazzle Rose #FE29D9

Tints of Razzle Dazzle Rose #FE29D9

RGB

 RED value IS 254 (99.61% from 255) = 49.61%

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

 BLUE value IS 217 (85.16% from 255) = 42.38%

R = 49.61%
G = 8.01%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FE29D9 (or 0xFE29D9) is known color: Razzle Dazzle Rose. HEX triplet: FE, 29 and D9. RGB value is (254,41,217). Sum of RGB (Red+Green+Blue) = 254+41+217=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 41 (16.41% from 255 or 8.01% from 512); Blue value is 217 (85.16% from 255 or 42.38% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE29D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE29D9 is #01D626. Grayscale: #7C7C7C. Windows color (decimal): -120359 or 14232062. OLE color: 14232062.

HSL color Cylindrical-coordinate representation of color #FE29D9: hue angle of 310.42º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE29D9 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 41 217 -
CMYK 0 0.84 0.15 0.00
HSL 310.42º 0.99% 0.58% -
HSV(B) 310.42º 0.84% 1% -
XYZ 54.19 27.67 68.13 -
YUV 124.75 180.07 220.19 -
System Red Green Blue C M Y K H S L
Decimal 254 41 217 0 0.84 0.15 0.00 310.42 0.99 0.58
Hex FE 29 D9 0 54 F 0 136 63 3A
Octal 376 51 331 0 124 17 0 466 143 72
Binary 11111110 101001 11011001 0 1010100 1111 0 100110110 1100011 111010

Color Harmonies of #FE29D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE29D9

Black with #FE29D9

Text Example


Text Example

White with #FE29D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE29D9; }

 p { color: rgb(254,41,217); }

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

background-color css

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

 a { background-color: rgb(254,41,217); }

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

border-color css

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

 span { border-color: rgb(254,41,217); }

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