Html Css Color HEX #FE47BF Razzle Dazzle Rose

📋 copy color: '#FE47BF'

red 254 ◦ green 71 ◦ blue 191

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

Shades of Razzle Dazzle Rose #FE47BF

Tints of Razzle Dazzle Rose #FE47BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.02%

R = 49.22%
G = 13.76%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE47BF (or 0xFE47BF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 47 and BF. RGB value is (254,71,191). Sum of RGB (Red+Green+Blue) = 254+71+191=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 71 (28.12% from 255 or 13.76% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE47BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE47BF is #01B840. Grayscale: #8B8B8B. Windows color (decimal): -112705 or 12535806. OLE color: 12535806.

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

Color convert

RGB 254 71 191 -
CMYK 0 0.72 0.25 0.00
HSL 320.66º 0.99% 0.64% -
HSV(B) 320.66º 0.72% 1% -
XYZ 52.53 29.34 52.18 -
YUV 139.4 157.13 209.74 -
System Red Green Blue C M Y K H S L
Decimal 254 71 191 0 0.72 0.25 0.00 320.66 0.99 0.64
Hex FE 47 BF 0 48 19 0 141 63 40
Octal 376 107 277 0 110 31 0 501 143 100
Binary 11111110 1000111 10111111 0 1001000 11001 0 101000001 1100011 1000000

Color Harmonies of #FE47BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE47BF

Black with #FE47BF

Text Example


Text Example

White with #FE47BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE47BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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