Html Css Color HEX #FE28E7 Razzle Dazzle Rose

📋 copy color: '#FE28E7'

red 254 ◦ green 40 ◦ blue 231

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

Shades of Razzle Dazzle Rose #FE28E7

Tints of Razzle Dazzle Rose #FE28E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44%

R = 48.38%
G = 7.62%
B = 44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FE28E7 (or 0xFE28E7) is known color: Razzle Dazzle Rose. HEX triplet: FE, 28 and E7. RGB value is (254,40,231). Sum of RGB (Red+Green+Blue) = 254+40+231=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 40 (16.02% from 255 or 7.62% from 525); Blue value is 231 (90.62% from 255 or 44% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE28E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE28E7 is #01D718. Grayscale: #7D7D7D. Windows color (decimal): -120601 or 15149310. OLE color: 15149310.

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

Color convert

RGB 254 40 231 -
CMYK 0 0.84 0.09 0.00
HSL 306.45º 0.99% 0.58% -
HSV(B) 306.45º 0.84% 1% -
XYZ 56.06 28.36 78.12 -
YUV 125.76 187.4 219.47 -
System Red Green Blue C M Y K H S L
Decimal 254 40 231 0 0.84 0.09 0.00 306.45 0.99 0.58
Hex FE 28 E7 0 54 9 0 132 63 3A
Octal 376 50 347 0 124 11 0 462 143 72
Binary 11111110 101000 11100111 0 1010100 1001 0 100110010 1100011 111010

Color Harmonies of #FE28E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE28E7

Black with #FE28E7

Text Example


Text Example

White with #FE28E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE28E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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