Html Css Color HEX #FB497B French Rose

📋 copy color: '#FB497B'

red 251 ◦ green 73 ◦ blue 123

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

Shades of French Rose #FB497B

Tints of French Rose #FB497B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.33%

 BLUE value IS 123 (48.44% from 255) = 27.52%

R = 56.15%
G = 16.33%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FB497B (or 0xFB497B) is known color: French Rose. HEX triplet: FB, 49 and 7B. RGB value is (251,73,123). Sum of RGB (Red+Green+Blue) = 251+73+123=447 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.15% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 251 - color contains mainly: red. Hex color #FB497B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB497B is #04B684. Grayscale: #838383. Windows color (decimal): -308869 or 8079867. OLE color: 8079867.

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

Color convert

RGB 251 73 123 -
CMYK 0 0.71 0.51 0.02
HSL 343.15º 0.96% 0.64% -
HSV(B) 343.15º 0.71% 0.98% -
XYZ 45.74 26.7 21.48 -
YUV 131.92 122.97 212.93 -
System Red Green Blue C M Y K H S L
Decimal 251 73 123 0 0.71 0.51 0.02 343.15 0.96 0.64
Hex FB 49 7B 0 47 33 2 157 60 40
Octal 373 111 173 0 107 63 2 527 140 100
Binary 11111011 1001001 1111011 0 1000111 110011 10 101010111 1100000 1000000

Color Harmonies of #FB497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB497B

Black with #FB497B

Text Example


Text Example

White with #FB497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB497B; }

 p { color: rgb(251,73,123); }

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

background-color css

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

 a { background-color: rgb(251,73,123); }

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

border-color css

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

 span { border-color: rgb(251,73,123); }

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