Html Css Color HEX #FE28D7 Razzle Dazzle Rose

📋 copy color: '#FE28D7'

red 254 ◦ green 40 ◦ blue 215

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

Shades of Razzle Dazzle Rose #FE28D7

Tints of Razzle Dazzle Rose #FE28D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.24%

R = 49.9%
G = 7.86%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FE28D7 (or 0xFE28D7) is known color: Razzle Dazzle Rose. HEX triplet: FE, 28 and D7. RGB value is (254,40,215). Sum of RGB (Red+Green+Blue) = 254+40+215=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 40 (16.02% from 255 or 7.86% from 509); Blue value is 215 (84.38% from 255 or 42.24% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE28D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE28D7 is #01D728. Grayscale: #7B7B7B. Windows color (decimal): -120617 or 14100734. OLE color: 14100734.

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

Color convert

RGB 254 40 215 -
CMYK 0 0.84 0.15 0.00
HSL 310.93º 0.99% 0.58% -
HSV(B) 310.93º 0.84% 1% -
XYZ 53.9 27.49 66.76 -
YUV 123.94 179.4 220.77 -
System Red Green Blue C M Y K H S L
Decimal 254 40 215 0 0.84 0.15 0.00 310.93 0.99 0.58
Hex FE 28 D7 0 54 F 0 137 63 3A
Octal 376 50 327 0 124 17 0 467 143 72
Binary 11111110 101000 11010111 0 1010100 1111 0 100110111 1100011 111010

Color Harmonies of #FE28D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE28D7

Black with #FE28D7

Text Example


Text Example

White with #FE28D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE28D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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