Html Css Color HEX #FB558F French Rose

📋 copy color: '#FB558F'

red 251 ◦ green 85 ◦ blue 143

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

Shades of French Rose #FB558F

Tints of French Rose #FB558F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.75%

 BLUE value IS 143 (56.25% from 255) = 29.85%

R = 52.4%
G = 17.75%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB558F (or 0xFB558F) is known color: French Rose. HEX triplet: FB, 55 and 8F. RGB value is (251,85,143). Sum of RGB (Red+Green+Blue) = 251+85+143=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FB558F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB558F is #04AA70. Grayscale: #8D8D8D. Windows color (decimal): -305777 or 9393659. OLE color: 9393659.

HSL color Cylindrical-coordinate representation of color #FB558F: hue angle of 339.04º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB558F is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 85 143 -
CMYK 0 0.66 0.43 0.02
HSL 339.04º 0.95% 0.66% -
HSV(B) 339.04º 0.66% 0.98% -
XYZ 47.99 28.99 29.05 -
YUV 141.25 129 206.28 -
System Red Green Blue C M Y K H S L
Decimal 251 85 143 0 0.66 0.43 0.02 339.04 0.95 0.66
Hex FB 55 8F 0 42 2B 2 153 5F 42
Octal 373 125 217 0 102 53 2 523 137 102
Binary 11111011 1010101 10001111 0 1000010 101011 10 101010011 1011111 1000010

Color Harmonies of #FB558F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB558F

Black with #FB558F

Text Example


Text Example

White with #FB558F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB558F; }

 p { color: rgb(251,85,143); }

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

background-color css

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

 a { background-color: rgb(251,85,143); }

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

border-color css

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

 span { border-color: rgb(251,85,143); }

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