Html Css Color HEX #FE47E2 Razzle Dazzle Rose

📋 copy color: '#FE47E2'

red 254 ◦ green 71 ◦ blue 226

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

Shades of Razzle Dazzle Rose #FE47E2

Tints of Razzle Dazzle Rose #FE47E2

RGB

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

 GREEN value IS 71 (28.13% from 255) = 12.89%

 BLUE value IS 226 (88.67% from 255) = 41.02%

R = 46.1%
G = 12.89%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FE47E2 (or 0xFE47E2) is known color: Razzle Dazzle Rose. HEX triplet: FE, 47 and E2. RGB value is (254,71,226). Sum of RGB (Red+Green+Blue) = 254+71+226=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 71 (28.12% from 255 or 12.89% from 551); Blue value is 226 (88.67% from 255 or 41.02% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FE47E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE47E2 is #01B81D. Grayscale: #8E8E8E. Windows color (decimal): -112670 or 14829566. OLE color: 14829566.

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

Color convert

RGB 254 71 226 -
CMYK 0 0.72 0.11 0.00
HSL 309.18º 0.99% 0.64% -
HSV(B) 309.18º 0.72% 1% -
XYZ 56.85 31.07 74.95 -
YUV 143.39 174.63 206.9 -
System Red Green Blue C M Y K H S L
Decimal 254 71 226 0 0.72 0.11 0.00 309.18 0.99 0.64
Hex FE 47 E2 0 48 B 0 135 63 40
Octal 376 107 342 0 110 13 0 465 143 100
Binary 11111110 1000111 11100010 0 1001000 1011 0 100110101 1100011 1000000

Color Harmonies of #FE47E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE47E2

Black with #FE47E2

Text Example


Text Example

White with #FE47E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE47E2; }

 p { color: rgb(254,71,226); }

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

background-color css

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

 a { background-color: rgb(254,71,226); }

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

border-color css

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

 span { border-color: rgb(254,71,226); }

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