Html Css Color HEX #FE47C6 Razzle Dazzle Rose

📋 copy color: '#FE47C6'

red 254 ◦ green 71 ◦ blue 198

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

Shades of Razzle Dazzle Rose #FE47C6

Tints of Razzle Dazzle Rose #FE47C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.86%

R = 48.57%
G = 13.58%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE47C6 (or 0xFE47C6) is known color: Razzle Dazzle Rose. HEX triplet: FE, 47 and C6. RGB value is (254,71,198). Sum of RGB (Red+Green+Blue) = 254+71+198=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 71 (28.12% from 255 or 13.58% from 523); Blue value is 198 (77.73% from 255 or 37.86% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FE47C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE47C6 is #01B839. Grayscale: #8B8B8B. Windows color (decimal): -112698 or 12994558. OLE color: 12994558.

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

Color convert

RGB 254 71 198 -
CMYK 0 0.72 0.22 0.00
HSL 318.36º 0.99% 0.64% -
HSV(B) 318.36º 0.72% 1% -
XYZ 53.32 29.65 56.34 -
YUV 140.2 160.63 209.17 -
System Red Green Blue C M Y K H S L
Decimal 254 71 198 0 0.72 0.22 0.00 318.36 0.99 0.64
Hex FE 47 C6 0 48 16 0 13E 63 40
Octal 376 107 306 0 110 26 0 476 143 100
Binary 11111110 1000111 11000110 0 1001000 10110 0 100111110 1100011 1000000

Color Harmonies of #FE47C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE47C6

Black with #FE47C6

Text Example


Text Example

White with #FE47C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE47C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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