Html Css Color HEX #FE28D4 Razzle Dazzle Rose

📋 copy color: '#FE28D4'

red 254 ◦ green 40 ◦ blue 212

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

Shades of Razzle Dazzle Rose #FE28D4

Tints of Razzle Dazzle Rose #FE28D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.9%

R = 50.2%
G = 7.91%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE28D4 (or 0xFE28D4) is known color: Razzle Dazzle Rose. HEX triplet: FE, 28 and D4. RGB value is (254,40,212). Sum of RGB (Red+Green+Blue) = 254+40+212=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 40 (16.02% from 255 or 7.91% from 506); Blue value is 212 (83.20% from 255 or 41.90% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE28D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE28D4 is #01D72B. Grayscale: #7B7B7B. Windows color (decimal): -120620 or 13904126. OLE color: 13904126.

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

Color convert

RGB 254 40 212 -
CMYK 0 0.84 0.17 0.00
HSL 311.78º 0.99% 0.58% -
HSV(B) 311.78º 0.84% 1% -
XYZ 53.52 27.34 64.74 -
YUV 123.59 177.9 221.01 -
System Red Green Blue C M Y K H S L
Decimal 254 40 212 0 0.84 0.17 0.00 311.78 0.99 0.58
Hex FE 28 D4 0 54 11 0 138 63 3A
Octal 376 50 324 0 124 21 0 470 143 72
Binary 11111110 101000 11010100 0 1010100 10001 0 100111000 1100011 111010

Color Harmonies of #FE28D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE28D4

Black with #FE28D4

Text Example


Text Example

White with #FE28D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE28D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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