Html Css Color HEX #FB497F French Rose

📋 copy color: '#FB497F'

red 251 ◦ green 73 ◦ blue 127

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

Shades of French Rose #FB497F

Tints of French Rose #FB497F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.16%

R = 55.65%
G = 16.19%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB497F (or 0xFB497F) is known color: French Rose. HEX triplet: FB, 49 and 7F. RGB value is (251,73,127). Sum of RGB (Red+Green+Blue) = 251+73+127=451 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.65% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 251 - color contains mainly: red. Hex color #FB497F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB497F is #04B680. Grayscale: #848484. Windows color (decimal): -308865 or 8342011. OLE color: 8342011.

HSL color Cylindrical-coordinate representation of color #FB497F: hue angle of 341.8º 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 #FB497F is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 73 127 -
CMYK 0 0.71 0.49 0.02
HSL 341.8º 0.96% 0.64% -
HSV(B) 341.8º 0.71% 0.98% -
XYZ 46 26.81 22.83 -
YUV 132.38 124.97 212.61 -
System Red Green Blue C M Y K H S L
Decimal 251 73 127 0 0.71 0.49 0.02 341.8 0.96 0.64
Hex FB 49 7F 0 47 31 2 156 60 40
Octal 373 111 177 0 107 61 2 526 140 100
Binary 11111011 1001001 1111111 0 1000111 110001 10 101010110 1100000 1000000

Color Harmonies of #FB497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB497F

Black with #FB497F

Text Example


Text Example

White with #FB497F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB497F; }

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

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

background-color css

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

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

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

border-color css

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

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

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