Html Css Color HEX #FF47BA Razzle Dazzle Rose

📋 copy color: '#FF47BA'

red 255 ◦ green 71 ◦ blue 186

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

Shades of Razzle Dazzle Rose #FF47BA

Tints of Razzle Dazzle Rose #FF47BA

RGB

 RED value IS 255 (100% from 255) = 49.8%

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

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

R = 49.8%
G = 13.87%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FF47BA (or 0xFF47BA) is known color: Razzle Dazzle Rose. HEX triplet: FF, 47 and BA. RGB value is (255,71,186). Sum of RGB (Red+Green+Blue) = 255+71+186=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 71 (28.12% from 255 or 13.87% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF47BA is #00B845. Grayscale: #8A8A8A. Windows color (decimal): -47174 or 12208127. OLE color: 12208127.

HSL color Cylindrical-coordinate representation of color #FF47BA: hue angle of 322.5º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF47BA is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 255 71 186 -
CMYK 0 0.72 0.27 0
HSL 322.5º 1% 0.64% -
HSV(B) 322.5º 0.72% 1% -
XYZ 52.36 29.31 49.35 -
YUV 139.13 154.46 210.65 -
System Red Green Blue C M Y K H S L
Decimal 255 71 186 0 0.72 0.27 0 322.5 1 0.64
Hex FF 47 BA 0 48 1B 0 142 64 40
Octal 377 107 272 0 110 33 0 502 144 100
Binary 11111111 1000111 10111010 0 1001000 11011 0 101000010 1100100 1000000

Color Harmonies of #FF47BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF47BA

Black with #FF47BA

Text Example


Text Example

White with #FF47BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF47BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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