Html Css Color HEX #FB47AF Brilliant Rose

📋 copy color: '#FB47AF'

red 251 ◦ green 71 ◦ blue 175

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

Shades of Brilliant Rose #FB47AF

Tints of Brilliant Rose #FB47AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.21%

R = 50.5%
G = 14.29%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FB47AF (or 0xFB47AF) is known color: Brilliant Rose. HEX triplet: FB, 47 and AF. RGB value is (251,71,175). Sum of RGB (Red+Green+Blue) = 251+71+175=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 71 (28.12% from 255 or 14.29% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB47AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB47AF is #04B850. Grayscale: #888888. Windows color (decimal): -309329 or 11487227. OLE color: 11487227.

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

Color convert

RGB 251 71 175 -
CMYK 0 0.72 0.30 0.02
HSL 325.33º 0.96% 0.63% -
HSV(B) 325.33º 0.72% 0.98% -
XYZ 49.77 28.11 43.36 -
YUV 136.68 149.63 209.54 -
System Red Green Blue C M Y K H S L
Decimal 251 71 175 0 0.72 0.30 0.02 325.33 0.96 0.63
Hex FB 47 AF 0 48 1E 2 145 60 3F
Octal 373 107 257 0 110 36 2 505 140 77
Binary 11111011 1000111 10101111 0 1001000 11110 10 101000101 1100000 111111

Color Harmonies of #FB47AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB47AF

Black with #FB47AF

Text Example


Text Example

White with #FB47AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB47AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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