Html Css Color HEX #FE4AD4 Razzle Dazzle Rose

📋 copy color: '#FE4AD4'

red 254 ◦ green 74 ◦ blue 212

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

Shades of Razzle Dazzle Rose #FE4AD4

Tints of Razzle Dazzle Rose #FE4AD4

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.7%

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

R = 47.04%
G = 13.7%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE4AD4 (or 0xFE4AD4) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4A and D4. RGB value is (254,74,212). Sum of RGB (Red+Green+Blue) = 254+74+212=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 74 (29.30% from 255 or 13.70% from 540); Blue value is 212 (83.20% from 255 or 39.26% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4AD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4AD4 is #01B52B. Grayscale: #8F8F8F. Windows color (decimal): -111916 or 13912830. OLE color: 13912830.

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

Color convert

RGB 254 74 212 -
CMYK 0 0.71 0.17 0.00
HSL 314º 0.99% 0.64% -
HSV(B) 314º 0.71% 1% -
XYZ 55.21 30.72 65.31 -
YUV 143.55 166.63 206.78 -
System Red Green Blue C M Y K H S L
Decimal 254 74 212 0 0.71 0.17 0.00 314 0.99 0.64
Hex FE 4A D4 0 47 11 0 13A 63 40
Octal 376 112 324 0 107 21 0 472 143 100
Binary 11111110 1001010 11010100 0 1000111 10001 0 100111010 1100011 1000000

Color Harmonies of #FE4AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4AD4

Black with #FE4AD4

Text Example


Text Example

White with #FE4AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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