Html Css Color HEX #FE47C8 Razzle Dazzle Rose

📋 copy color: '#FE47C8'

red 254 ◦ green 71 ◦ blue 200

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

Shades of Razzle Dazzle Rose #FE47C8

Tints of Razzle Dazzle Rose #FE47C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.1%

R = 48.38%
G = 13.52%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FE47C8 (or 0xFE47C8) is known color: Razzle Dazzle Rose. HEX triplet: FE, 47 and C8. RGB value is (254,71,200). Sum of RGB (Red+Green+Blue) = 254+71+200=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 71 (28.12% from 255 or 13.52% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE47C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE47C8 is #01B837. Grayscale: #8C8C8C. Windows color (decimal): -112696 or 13125630. OLE color: 13125630.

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

Color convert

RGB 254 71 200 -
CMYK 0 0.72 0.21 0.00
HSL 317.7º 0.99% 0.64% -
HSV(B) 317.7º 0.72% 1% -
XYZ 53.55 29.75 57.56 -
YUV 140.42 161.63 209.01 -
System Red Green Blue C M Y K H S L
Decimal 254 71 200 0 0.72 0.21 0.00 317.7 0.99 0.64
Hex FE 47 C8 0 48 15 0 13E 63 40
Octal 376 107 310 0 110 25 0 476 143 100
Binary 11111110 1000111 11001000 0 1001000 10101 0 100111110 1100011 1000000

Color Harmonies of #FE47C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE47C8

Black with #FE47C8

Text Example


Text Example

White with #FE47C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE47C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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