Html Css Color HEX #FE2ACC Razzle Dazzle Rose

📋 copy color: '#FE2ACC'

red 254 ◦ green 42 ◦ blue 204

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

Shades of Razzle Dazzle Rose #FE2ACC

Tints of Razzle Dazzle Rose #FE2ACC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.4%

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

R = 50.8%
G = 8.4%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE2ACC (or 0xFE2ACC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2A and CC. RGB value is (254,42,204). Sum of RGB (Red+Green+Blue) = 254+42+204=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 42 (16.80% from 255 or 8.4% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2ACC is #01D533. Grayscale: #7B7B7B. Windows color (decimal): -120116 or 13380350. OLE color: 13380350.

HSL color Cylindrical-coordinate representation of color #FE2ACC: hue angle of 314.15º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2ACC is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 42 204 -
CMYK 0 0.83 0.20 0.00
HSL 314.15º 0.99% 0.58% -
HSV(B) 314.15º 0.83% 1% -
XYZ 52.6 27.09 59.58 -
YUV 123.86 173.24 220.83 -
System Red Green Blue C M Y K H S L
Decimal 254 42 204 0 0.83 0.20 0.00 314.15 0.99 0.58
Hex FE 2A CC 0 53 14 0 13A 63 3A
Octal 376 52 314 0 123 24 0 472 143 72
Binary 11111110 101010 11001100 0 1010011 10100 0 100111010 1100011 111010

Color Harmonies of #FE2ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2ACC

Black with #FE2ACC

Text Example


Text Example

White with #FE2ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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