Html Css Color HEX #FE4AD2 Razzle Dazzle Rose

📋 copy color: '#FE4AD2'

red 254 ◦ green 74 ◦ blue 210

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

Shades of Razzle Dazzle Rose #FE4AD2

Tints of Razzle Dazzle Rose #FE4AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.03%

R = 47.21%
G = 13.75%
B = 39.03%

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

#FE4AD2 (or 0xFE4AD2) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4A and D2. RGB value is (254,74,210). Sum of RGB (Red+Green+Blue) = 254+74+210=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 74 (29.30% from 255 or 13.75% from 538); Blue value is 210 (82.42% from 255 or 39.03% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4AD2 is #01B52D. Grayscale: #8E8E8E. Windows color (decimal): -111918 or 13781758. OLE color: 13781758.

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

Color convert

RGB 254 74 210 -
CMYK 0 0.71 0.17 0.00
HSL 314.67º 0.99% 0.64% -
HSV(B) 314.67º 0.71% 1% -
XYZ 54.95 30.62 63.99 -
YUV 143.32 165.63 206.94 -
System Red Green Blue C M Y K H S L
Decimal 254 74 210 0 0.71 0.17 0.00 314.67 0.99 0.64
Hex FE 4A D2 0 47 11 0 13B 63 40
Octal 376 112 322 0 107 21 0 473 143 100
Binary 11111110 1001010 11010010 0 1000111 10001 0 100111011 1100011 1000000

Color Harmonies of #FE4AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4AD2

Black with #FE4AD2

Text Example


Text Example

White with #FE4AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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