Html Css Color HEX #FE47C4 Razzle Dazzle Rose

📋 copy color: '#FE47C4'

red 254 ◦ green 71 ◦ blue 196

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

Shades of Razzle Dazzle Rose #FE47C4

Tints of Razzle Dazzle Rose #FE47C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.62%

R = 48.75%
G = 13.63%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FE47C4 (or 0xFE47C4) is known color: Razzle Dazzle Rose. HEX triplet: FE, 47 and C4. RGB value is (254,71,196). Sum of RGB (Red+Green+Blue) = 254+71+196=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 71 (28.12% from 255 or 13.63% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE47C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE47C4 is #01B83B. Grayscale: #8B8B8B. Windows color (decimal): -112700 or 12863486. OLE color: 12863486.

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

Color convert

RGB 254 71 196 -
CMYK 0 0.72 0.23 0.00
HSL 319.02º 0.99% 0.64% -
HSV(B) 319.02º 0.72% 1% -
XYZ 53.09 29.56 55.13 -
YUV 139.97 159.63 209.34 -
System Red Green Blue C M Y K H S L
Decimal 254 71 196 0 0.72 0.23 0.00 319.02 0.99 0.64
Hex FE 47 C4 0 48 17 0 13F 63 40
Octal 376 107 304 0 110 27 0 477 143 100
Binary 11111110 1000111 11000100 0 1001000 10111 0 100111111 1100011 1000000

Color Harmonies of #FE47C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE47C4

Black with #FE47C4

Text Example


Text Example

White with #FE47C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE47C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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