Html Css Color HEX #FB47A6 Brilliant Rose

📋 copy color: '#FB47A6'

red 251 ◦ green 71 ◦ blue 166

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

Shades of Brilliant Rose #FB47A6

Tints of Brilliant Rose #FB47A6

RGB

 RED value IS 251 (98.44% from 255) = 51.43%

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

 BLUE value IS 166 (65.23% from 255) = 34.02%

R = 51.43%
G = 14.55%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FB47A6 (or 0xFB47A6) is known color: Brilliant Rose. HEX triplet: FB, 47 and A6. RGB value is (251,71,166). Sum of RGB (Red+Green+Blue) = 251+71+166=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 71 (28.12% from 255 or 14.55% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB47A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB47A6 is #04B859. Grayscale: #878787. Windows color (decimal): -309338 or 10897403. OLE color: 10897403.

HSL color Cylindrical-coordinate representation of color #FB47A6: hue angle of 328.33º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FB47A6 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 71 166 -
CMYK 0 0.72 0.34 0.02
HSL 328.33º 0.96% 0.63% -
HSV(B) 328.33º 0.72% 0.98% -
XYZ 48.92 27.77 38.86 -
YUV 135.65 145.13 210.28 -
System Red Green Blue C M Y K H S L
Decimal 251 71 166 0 0.72 0.34 0.02 328.33 0.96 0.63
Hex FB 47 A6 0 48 22 2 148 60 3F
Octal 373 107 246 0 110 42 2 510 140 77
Binary 11111011 1000111 10100110 0 1001000 100010 10 101001000 1100000 111111

Color Harmonies of #FB47A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB47A6

Black with #FB47A6

Text Example


Text Example

White with #FB47A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB47A6; }

 p { color: rgb(251,71,166); }

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

background-color css

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

 a { background-color: rgb(251,71,166); }

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

border-color css

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

 span { border-color: rgb(251,71,166); }

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