Html Css Color HEX #FE2AD4 Razzle Dazzle Rose

📋 copy color: '#FE2AD4'

red 254 ◦ green 42 ◦ blue 212

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

Shades of Razzle Dazzle Rose #FE2AD4

Tints of Razzle Dazzle Rose #FE2AD4

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.27%

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

R = 50%
G = 8.27%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE2AD4 (or 0xFE2AD4) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2A and D4. RGB value is (254,42,212). Sum of RGB (Red+Green+Blue) = 254+42+212=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 42 (16.80% from 255 or 8.27% from 508); Blue value is 212 (83.20% from 255 or 41.73% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2AD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2AD4 is #01D52B. Grayscale: #7C7C7C. Windows color (decimal): -120108 or 13904638. OLE color: 13904638.

HSL color Cylindrical-coordinate representation of color #FE2AD4: hue angle of 311.89º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2AD4 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 42 212 -
CMYK 0 0.83 0.17 0.00
HSL 311.89º 0.99% 0.58% -
HSV(B) 311.89º 0.83% 1% -
XYZ 53.58 27.48 64.77 -
YUV 124.77 177.24 220.18 -
System Red Green Blue C M Y K H S L
Decimal 254 42 212 0 0.83 0.17 0.00 311.89 0.99 0.58
Hex FE 2A D4 0 53 11 0 138 63 3A
Octal 376 52 324 0 123 21 0 470 143 72
Binary 11111110 101010 11010100 0 1010011 10001 0 100111000 1100011 111010

Color Harmonies of #FE2AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2AD4

Black with #FE2AD4

Text Example


Text Example

White with #FE2AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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