Html Css Color HEX #FE28E3 Razzle Dazzle Rose

📋 copy color: '#FE28E3'

red 254 ◦ green 40 ◦ blue 227

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

Shades of Razzle Dazzle Rose #FE28E3

Tints of Razzle Dazzle Rose #FE28E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 43.57%

R = 48.75%
G = 7.68%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FE28E3 (or 0xFE28E3) is known color: Razzle Dazzle Rose. HEX triplet: FE, 28 and E3. RGB value is (254,40,227). Sum of RGB (Red+Green+Blue) = 254+40+227=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 40 (16.02% from 255 or 7.68% from 521); Blue value is 227 (89.06% from 255 or 43.57% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE28E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE28E3 is #01D71C. Grayscale: #7C7C7C. Windows color (decimal): -120605 or 14887166. OLE color: 14887166.

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

Color convert

RGB 254 40 227 -
CMYK 0 0.84 0.11 0.00
HSL 307.57º 0.99% 0.58% -
HSV(B) 307.57º 0.84% 1% -
XYZ 55.5 28.13 75.18 -
YUV 125.3 185.4 219.79 -
System Red Green Blue C M Y K H S L
Decimal 254 40 227 0 0.84 0.11 0.00 307.57 0.99 0.58
Hex FE 28 E3 0 54 B 0 134 63 3A
Octal 376 50 343 0 124 13 0 464 143 72
Binary 11111110 101000 11100011 0 1010100 1011 0 100110100 1100011 111010

Color Harmonies of #FE28E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE28E3

Black with #FE28E3

Text Example


Text Example

White with #FE28E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE28E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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