Html Css Color HEX #FE47BA Razzle Dazzle Rose

📋 copy color: '#FE47BA'

red 254 ◦ green 71 ◦ blue 186

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

Shades of Razzle Dazzle Rose #FE47BA

Tints of Razzle Dazzle Rose #FE47BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.4%

R = 49.71%
G = 13.89%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FE47BA (or 0xFE47BA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 47 and BA. RGB value is (254,71,186). Sum of RGB (Red+Green+Blue) = 254+71+186=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 71 (28.12% from 255 or 13.89% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE47BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE47BA is #01B845. Grayscale: #8A8A8A. Windows color (decimal): -112710 or 12208126. OLE color: 12208126.

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

Color convert

RGB 254 71 186 -
CMYK 0 0.72 0.27 0.00
HSL 322.3º 0.99% 0.64% -
HSV(B) 322.3º 0.72% 1% -
XYZ 51.99 29.12 49.34 -
YUV 138.83 154.63 210.15 -
System Red Green Blue C M Y K H S L
Decimal 254 71 186 0 0.72 0.27 0.00 322.3 0.99 0.64
Hex FE 47 BA 0 48 1B 0 142 63 40
Octal 376 107 272 0 110 33 0 502 143 100
Binary 11111110 1000111 10111010 0 1001000 11011 0 101000010 1100011 1000000

Color Harmonies of #FE47BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE47BA

Black with #FE47BA

Text Example


Text Example

White with #FE47BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE47BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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