Html Css Color HEX #FE29E7 Razzle Dazzle Rose

📋 copy color: '#FE29E7'

red 254 ◦ green 41 ◦ blue 231

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

Shades of Razzle Dazzle Rose #FE29E7

Tints of Razzle Dazzle Rose #FE29E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.92%

R = 48.29%
G = 7.79%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FE29E7 (or 0xFE29E7) is known color: Razzle Dazzle Rose. HEX triplet: FE, 29 and E7. RGB value is (254,41,231). Sum of RGB (Red+Green+Blue) = 254+41+231=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 41 (16.41% from 255 or 7.79% from 526); Blue value is 231 (90.62% from 255 or 43.92% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE29E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE29E7 is #01D618. Grayscale: #7D7D7D. Windows color (decimal): -120345 or 15149566. OLE color: 15149566.

HSL color Cylindrical-coordinate representation of color #FE29E7: hue angle of 306.48º 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 #FE29E7 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 41 231 -
CMYK 0 0.84 0.09 0.00
HSL 306.48º 0.99% 0.58% -
HSV(B) 306.48º 0.84% 1% -
XYZ 56.09 28.43 78.13 -
YUV 126.35 187.07 219.05 -
System Red Green Blue C M Y K H S L
Decimal 254 41 231 0 0.84 0.09 0.00 306.48 0.99 0.58
Hex FE 29 E7 0 54 9 0 132 63 3A
Octal 376 51 347 0 124 11 0 462 143 72
Binary 11111110 101001 11100111 0 1010100 1001 0 100110010 1100011 111010

Color Harmonies of #FE29E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE29E7

Black with #FE29E7

Text Example


Text Example

White with #FE29E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE29E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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