Html Css Color HEX #FE4ADD Razzle Dazzle Rose

📋 copy color: '#FE4ADD'

red 254 ◦ green 74 ◦ blue 221

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

Shades of Razzle Dazzle Rose #FE4ADD

Tints of Razzle Dazzle Rose #FE4ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.26%

R = 46.27%
G = 13.48%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE4ADD (or 0xFE4ADD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4A and DD. RGB value is (254,74,221). Sum of RGB (Red+Green+Blue) = 254+74+221=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 74 (29.30% from 255 or 13.48% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4ADD is #01B522. Grayscale: #909090. Windows color (decimal): -111907 or 14502654. OLE color: 14502654.

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

Color convert

RGB 254 74 221 -
CMYK 0 0.71 0.13 0.00
HSL 311º 0.99% 0.64% -
HSV(B) 311º 0.71% 1% -
XYZ 56.37 31.19 71.46 -
YUV 144.58 171.13 206.05 -
System Red Green Blue C M Y K H S L
Decimal 254 74 221 0 0.71 0.13 0.00 311 0.99 0.64
Hex FE 4A DD 0 47 D 0 137 63 40
Octal 376 112 335 0 107 15 0 467 143 100
Binary 11111110 1001010 11011101 0 1000111 1101 0 100110111 1100011 1000000

Color Harmonies of #FE4ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4ADD

Black with #FE4ADD

Text Example


Text Example

White with #FE4ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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