Html Css Color HEX #FE4ADC Razzle Dazzle Rose

📋 copy color: '#FE4ADC'

red 254 ◦ green 74 ◦ blue 220

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

Shades of Razzle Dazzle Rose #FE4ADC

Tints of Razzle Dazzle Rose #FE4ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.15%

R = 46.35%
G = 13.5%
B = 40.15%

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

#FE4ADC (or 0xFE4ADC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4A and DC. RGB value is (254,74,220). Sum of RGB (Red+Green+Blue) = 254+74+220=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 74 (29.30% from 255 or 13.50% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4ADC is #01B523. Grayscale: #909090. Windows color (decimal): -111908 or 14437118. OLE color: 14437118.

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

Color convert

RGB 254 74 220 -
CMYK 0 0.71 0.13 0.00
HSL 311.33º 0.99% 0.64% -
HSV(B) 311.33º 0.71% 1% -
XYZ 56.24 31.14 70.76 -
YUV 144.46 170.63 206.13 -
System Red Green Blue C M Y K H S L
Decimal 254 74 220 0 0.71 0.13 0.00 311.33 0.99 0.64
Hex FE 4A DC 0 47 D 0 137 63 40
Octal 376 112 334 0 107 15 0 467 143 100
Binary 11111110 1001010 11011100 0 1000111 1101 0 100110111 1100011 1000000

Color Harmonies of #FE4ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4ADC

Black with #FE4ADC

Text Example


Text Example

White with #FE4ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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