Html Css Color HEX #FE29EA Razzle Dazzle Rose

📋 copy color: '#FE29EA'

red 254 ◦ green 41 ◦ blue 234

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

Shades of Razzle Dazzle Rose #FE29EA

Tints of Razzle Dazzle Rose #FE29EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.23%

R = 48.02%
G = 7.75%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FE29EA (or 0xFE29EA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 29 and EA. RGB value is (254,41,234). Sum of RGB (Red+Green+Blue) = 254+41+234=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 41 (16.41% from 255 or 7.75% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE29EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE29EA is #01D615. Grayscale: #7E7E7E. Windows color (decimal): -120342 or 15346174. OLE color: 15346174.

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

Color convert

RGB 254 41 234 -
CMYK 0 0.84 0.08 0.00
HSL 305.63º 0.99% 0.58% -
HSV(B) 305.63º 0.84% 1% -
XYZ 56.52 28.6 80.38 -
YUV 126.69 188.57 218.81 -
System Red Green Blue C M Y K H S L
Decimal 254 41 234 0 0.84 0.08 0.00 305.63 0.99 0.58
Hex FE 29 EA 0 54 8 0 132 63 3A
Octal 376 51 352 0 124 10 0 462 143 72
Binary 11111110 101001 11101010 0 1010100 1000 0 100110010 1100011 111010

Color Harmonies of #FE29EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE29EA

Black with #FE29EA

Text Example


Text Example

White with #FE29EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE29EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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