Html Css Color HEX #FE28DB Razzle Dazzle Rose

📋 copy color: '#FE28DB'

red 254 ◦ green 40 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FE28DB

Tints of Razzle Dazzle Rose #FE28DB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.8%

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

R = 49.51%
G = 7.8%
B = 42.69%

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

#FE28DB (or 0xFE28DB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 28 and DB. RGB value is (254,40,219). Sum of RGB (Red+Green+Blue) = 254+40+219=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 40 (16.02% from 255 or 7.80% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE28DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE28DB is #01D724. Grayscale: #7B7B7B. Windows color (decimal): -120613 or 14362878. OLE color: 14362878.

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

Color convert

RGB 254 40 219 -
CMYK 0 0.84 0.14 0.00
HSL 309.81º 0.99% 0.58% -
HSV(B) 309.81º 0.84% 1% -
XYZ 54.42 27.7 69.5 -
YUV 124.39 181.4 220.45 -
System Red Green Blue C M Y K H S L
Decimal 254 40 219 0 0.84 0.14 0.00 309.81 0.99 0.58
Hex FE 28 DB 0 54 E 0 136 63 3A
Octal 376 50 333 0 124 16 0 466 143 72
Binary 11111110 101000 11011011 0 1010100 1110 0 100110110 1100011 111010

Color Harmonies of #FE28DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE28DB

Black with #FE28DB

Text Example


Text Example

White with #FE28DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE28DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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