Html Css Color HEX #FB498A French Rose

📋 copy color: '#FB498A'

red 251 ◦ green 73 ◦ blue 138

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

Shades of French Rose #FB498A

Tints of French Rose #FB498A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.87%

R = 54.33%
G = 15.8%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB498A (or 0xFB498A) is known color: French Rose. HEX triplet: FB, 49 and 8A. RGB value is (251,73,138). Sum of RGB (Red+Green+Blue) = 251+73+138=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FB498A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB498A is #04B675. Grayscale: #858585. Windows color (decimal): -308854 or 9062907. OLE color: 9062907.

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

Color convert

RGB 251 73 138 -
CMYK 0 0.71 0.45 0.02
HSL 338.09º 0.96% 0.64% -
HSV(B) 338.09º 0.71% 0.98% -
XYZ 46.75 27.11 26.81 -
YUV 133.63 130.47 211.71 -
System Red Green Blue C M Y K H S L
Decimal 251 73 138 0 0.71 0.45 0.02 338.09 0.96 0.64
Hex FB 49 8A 0 47 2D 2 152 60 40
Octal 373 111 212 0 107 55 2 522 140 100
Binary 11111011 1001001 10001010 0 1000111 101101 10 101010010 1100000 1000000

Color Harmonies of #FB498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB498A

Black with #FB498A

Text Example


Text Example

White with #FB498A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB498A; }

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

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

background-color css

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

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

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

border-color css

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

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

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