Html Css Color HEX #FE29DB Razzle Dazzle Rose

📋 copy color: '#FE29DB'

red 254 ◦ green 41 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FE29DB

Tints of Razzle Dazzle Rose #FE29DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.61%

R = 49.42%
G = 7.98%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE29DB (or 0xFE29DB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 29 and DB. RGB value is (254,41,219). Sum of RGB (Red+Green+Blue) = 254+41+219=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 41 (16.41% from 255 or 7.98% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE29DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE29DB is #01D624. Grayscale: #7C7C7C. Windows color (decimal): -120357 or 14363134. OLE color: 14363134.

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

Color convert

RGB 254 41 219 -
CMYK 0 0.84 0.14 0.00
HSL 309.86º 0.99% 0.58% -
HSV(B) 309.86º 0.84% 1% -
XYZ 54.45 27.77 69.51 -
YUV 124.98 181.07 220.03 -
System Red Green Blue C M Y K H S L
Decimal 254 41 219 0 0.84 0.14 0.00 309.86 0.99 0.58
Hex FE 29 DB 0 54 E 0 136 63 3A
Octal 376 51 333 0 124 16 0 466 143 72
Binary 11111110 101001 11011011 0 1010100 1110 0 100110110 1100011 111010

Color Harmonies of #FE29DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE29DB

Black with #FE29DB

Text Example


Text Example

White with #FE29DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE29DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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