Html Css Color HEX #FE29E6 Razzle Dazzle Rose

📋 copy color: '#FE29E6'

red 254 ◦ green 41 ◦ blue 230

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

Shades of Razzle Dazzle Rose #FE29E6

Tints of Razzle Dazzle Rose #FE29E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.81%

R = 48.38%
G = 7.81%
B = 43.81%

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

#FE29E6 (or 0xFE29E6) is known color: Razzle Dazzle Rose. HEX triplet: FE, 29 and E6. RGB value is (254,41,230). Sum of RGB (Red+Green+Blue) = 254+41+230=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 41 (16.41% from 255 or 7.81% from 525); Blue value is 230 (90.23% from 255 or 43.81% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE29E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE29E6 is #01D619. Grayscale: #7D7D7D. Windows color (decimal): -120346 or 15084030. OLE color: 15084030.

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

Color convert

RGB 254 41 230 -
CMYK 0 0.84 0.09 0.00
HSL 306.76º 0.99% 0.58% -
HSV(B) 306.76º 0.84% 1% -
XYZ 55.95 28.37 77.39 -
YUV 126.23 186.57 219.13 -
System Red Green Blue C M Y K H S L
Decimal 254 41 230 0 0.84 0.09 0.00 306.76 0.99 0.58
Hex FE 29 E6 0 54 9 0 133 63 3A
Octal 376 51 346 0 124 11 0 463 143 72
Binary 11111110 101001 11100110 0 1010100 1001 0 100110011 1100011 111010

Color Harmonies of #FE29E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE29E6

Black with #FE29E6

Text Example


Text Example

White with #FE29E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE29E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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