Html Css Color HEX #FE29D5 Razzle Dazzle Rose

📋 copy color: '#FE29D5'

red 254 ◦ green 41 ◦ blue 213

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

Shades of Razzle Dazzle Rose #FE29D5

Tints of Razzle Dazzle Rose #FE29D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.93%

R = 50%
G = 8.07%
B = 41.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FE29D5 (or 0xFE29D5) is known color: Razzle Dazzle Rose. HEX triplet: FE, 29 and D5. RGB value is (254,41,213). Sum of RGB (Red+Green+Blue) = 254+41+213=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 41 (16.41% from 255 or 8.07% from 508); Blue value is 213 (83.59% from 255 or 41.93% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE29D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE29D5 is #01D62A. Grayscale: #7B7B7B. Windows color (decimal): -120363 or 13969918. OLE color: 13969918.

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

Color convert

RGB 254 41 213 -
CMYK 0 0.84 0.16 0.00
HSL 311.55º 0.99% 0.58% -
HSV(B) 311.55º 0.84% 1% -
XYZ 53.68 27.46 65.42 -
YUV 124.3 178.07 220.51 -
System Red Green Blue C M Y K H S L
Decimal 254 41 213 0 0.84 0.16 0.00 311.55 0.99 0.58
Hex FE 29 D5 0 54 10 0 138 63 3A
Octal 376 51 325 0 124 20 0 470 143 72
Binary 11111110 101001 11010101 0 1010100 10000 0 100111000 1100011 111010

Color Harmonies of #FE29D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE29D5

Black with #FE29D5

Text Example


Text Example

White with #FE29D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE29D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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