Html Css Color HEX #FB4A89 French Rose

📋 copy color: '#FB4A89'

red 251 ◦ green 74 ◦ blue 137

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

Shades of French Rose #FB4A89

Tints of French Rose #FB4A89

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.02%

 BLUE value IS 137 (53.91% from 255) = 29.65%

R = 54.33%
G = 16.02%
B = 29.65%

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

#FB4A89 (or 0xFB4A89) is known color: French Rose. HEX triplet: FB, 4A and 89. RGB value is (251,74,137). Sum of RGB (Red+Green+Blue) = 251+74+137=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 137 (53.91% from 255 or 29.65% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4A89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4A89 is #04B576. Grayscale: #868686. Windows color (decimal): -308599 or 8997627. OLE color: 8997627.

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

Color convert

RGB 251 74 137 -
CMYK 0 0.71 0.45 0.02
HSL 338.64º 0.96% 0.64% -
HSV(B) 338.64º 0.71% 0.98% -
XYZ 46.75 27.21 26.46 -
YUV 134.11 129.64 211.38 -
System Red Green Blue C M Y K H S L
Decimal 251 74 137 0 0.71 0.45 0.02 338.64 0.96 0.64
Hex FB 4A 89 0 47 2D 2 153 60 40
Octal 373 112 211 0 107 55 2 523 140 100
Binary 11111011 1001010 10001001 0 1000111 101101 10 101010011 1100000 1000000

Color Harmonies of #FB4A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4A89

Black with #FB4A89

Text Example


Text Example

White with #FB4A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4A89; }

 p { color: rgb(251,74,137); }

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

background-color css

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

 a { background-color: rgb(251,74,137); }

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

border-color css

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

 span { border-color: rgb(251,74,137); }

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