Html Css Color HEX #FE28E6 Razzle Dazzle Rose

📋 copy color: '#FE28E6'

red 254 ◦ green 40 ◦ blue 230

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

Shades of Razzle Dazzle Rose #FE28E6

Tints of Razzle Dazzle Rose #FE28E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.89%

R = 48.47%
G = 7.63%
B = 43.89%

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

#FE28E6 (or 0xFE28E6) is known color: Razzle Dazzle Rose. HEX triplet: FE, 28 and E6. RGB value is (254,40,230). Sum of RGB (Red+Green+Blue) = 254+40+230=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 40 (16.02% from 255 or 7.63% from 524); Blue value is 230 (90.23% from 255 or 43.89% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE28E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE28E6 is #01D719. Grayscale: #7D7D7D. Windows color (decimal): -120602 or 15083774. OLE color: 15083774.

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

Color convert

RGB 254 40 230 -
CMYK 0 0.84 0.09 0.00
HSL 306.73º 0.99% 0.58% -
HSV(B) 306.73º 0.84% 1% -
XYZ 55.91 28.3 77.38 -
YUV 125.65 186.9 219.55 -
System Red Green Blue C M Y K H S L
Decimal 254 40 230 0 0.84 0.09 0.00 306.73 0.99 0.58
Hex FE 28 E6 0 54 9 0 133 63 3A
Octal 376 50 346 0 124 11 0 463 143 72
Binary 11111110 101000 11100110 0 1010100 1001 0 100110011 1100011 111010

Color Harmonies of #FE28E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE28E6

Black with #FE28E6

Text Example


Text Example

White with #FE28E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE28E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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