Html Css Color HEX #FE4ACC Razzle Dazzle Rose

📋 copy color: '#FE4ACC'

red 254 ◦ green 74 ◦ blue 204

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

Shades of Razzle Dazzle Rose #FE4ACC

Tints of Razzle Dazzle Rose #FE4ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.35%

R = 47.74%
G = 13.91%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE4ACC (or 0xFE4ACC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4A and CC. RGB value is (254,74,204). Sum of RGB (Red+Green+Blue) = 254+74+204=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 74 (29.30% from 255 or 13.91% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4ACC is #01B533. Grayscale: #8E8E8E. Windows color (decimal): -111924 or 13388542. OLE color: 13388542.

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

Color convert

RGB 254 74 204 -
CMYK 0 0.71 0.20 0.00
HSL 316.67º 0.99% 0.64% -
HSV(B) 316.67º 0.71% 1% -
XYZ 54.22 30.33 60.12 -
YUV 142.64 162.63 207.43 -
System Red Green Blue C M Y K H S L
Decimal 254 74 204 0 0.71 0.20 0.00 316.67 0.99 0.64
Hex FE 4A CC 0 47 14 0 13D 63 40
Octal 376 112 314 0 107 24 0 475 143 100
Binary 11111110 1001010 11001100 0 1000111 10100 0 100111101 1100011 1000000

Color Harmonies of #FE4ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4ACC

Black with #FE4ACC

Text Example


Text Example

White with #FE4ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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