Html Css Color HEX #FE4ADA Razzle Dazzle Rose

📋 copy color: '#FE4ADA'

red 254 ◦ green 74 ◦ blue 218

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

Shades of Razzle Dazzle Rose #FE4ADA

Tints of Razzle Dazzle Rose #FE4ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.93%

R = 46.52%
G = 13.55%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE4ADA (or 0xFE4ADA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4A and DA. RGB value is (254,74,218). Sum of RGB (Red+Green+Blue) = 254+74+218=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 74 (29.30% from 255 or 13.55% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4ADA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4ADA is #01B525. Grayscale: #8F8F8F. Windows color (decimal): -111910 or 14306046. OLE color: 14306046.

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

Color convert

RGB 254 74 218 -
CMYK 0 0.71 0.14 0.00
HSL 312º 0.99% 0.64% -
HSV(B) 312º 0.71% 1% -
XYZ 55.98 31.03 69.37 -
YUV 144.24 169.63 206.29 -
System Red Green Blue C M Y K H S L
Decimal 254 74 218 0 0.71 0.14 0.00 312 0.99 0.64
Hex FE 4A DA 0 47 E 0 138 63 40
Octal 376 112 332 0 107 16 0 470 143 100
Binary 11111110 1001010 11011010 0 1000111 1110 0 100111000 1100011 1000000

Color Harmonies of #FE4ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4ADA

Black with #FE4ADA

Text Example


Text Example

White with #FE4ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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