Html Css Color HEX #FF47B1 Brilliant Rose

📋 copy color: '#FF47B1'

red 255 ◦ green 71 ◦ blue 177

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

Shades of Brilliant Rose #FF47B1

Tints of Brilliant Rose #FF47B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 35.19%

R = 50.7%
G = 14.12%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF47B1 (or 0xFF47B1) is known color: Brilliant Rose. HEX triplet: FF, 47 and B1. RGB value is (255,71,177). Sum of RGB (Red+Green+Blue) = 255+71+177=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 71 (28.12% from 255 or 14.12% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF47B1 is #00B84E. Grayscale: #898989. Windows color (decimal): -47183 or 11618303. OLE color: 11618303.

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

Color convert

RGB 255 71 177 -
CMYK 0 0.72 0.31 0
HSL 325.43º 1% 0.64% -
HSV(B) 325.43º 0.72% 1% -
XYZ 51.43 28.94 44.47 -
YUV 138.1 149.96 211.38 -
System Red Green Blue C M Y K H S L
Decimal 255 71 177 0 0.72 0.31 0 325.43 1 0.64
Hex FF 47 B1 0 48 1F 0 145 64 40
Octal 377 107 261 0 110 37 0 505 144 100
Binary 11111111 1000111 10110001 0 1001000 11111 0 101000101 1100100 1000000

Color Harmonies of #FF47B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF47B1

Black with #FF47B1

Text Example


Text Example

White with #FF47B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF47B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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