Html Css Color HEX #FE29CD Razzle Dazzle Rose

📋 copy color: '#FE29CD'

red 254 ◦ green 41 ◦ blue 205

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

Shades of Razzle Dazzle Rose #FE29CD

Tints of Razzle Dazzle Rose #FE29CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41%

R = 50.8%
G = 8.2%
B = 41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE29CD (or 0xFE29CD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 29 and CD. RGB value is (254,41,205). Sum of RGB (Red+Green+Blue) = 254+41+205=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 41 (16.41% from 255 or 8.2% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE29CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE29CD is #01D632. Grayscale: #7A7A7A. Windows color (decimal): -120371 or 13445630. OLE color: 13445630.

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

Color convert

RGB 254 41 205 -
CMYK 0 0.84 0.19 0.00
HSL 313.8º 0.99% 0.58% -
HSV(B) 313.8º 0.84% 1% -
XYZ 52.69 27.06 60.2 -
YUV 123.38 174.07 221.16 -
System Red Green Blue C M Y K H S L
Decimal 254 41 205 0 0.84 0.19 0.00 313.8 0.99 0.58
Hex FE 29 CD 0 54 13 0 13A 63 3A
Octal 376 51 315 0 124 23 0 472 143 72
Binary 11111110 101001 11001101 0 1010100 10011 0 100111010 1100011 111010

Color Harmonies of #FE29CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE29CD

Black with #FE29CD

Text Example


Text Example

White with #FE29CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE29CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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