Html Css Color HEX #FB588C French Rose

📋 copy color: '#FB588C'

red 251 ◦ green 88 ◦ blue 140

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

Shades of French Rose #FB588C

Tints of French Rose #FB588C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.37%

 BLUE value IS 140 (55.08% from 255) = 29.23%

R = 52.4%
G = 18.37%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FB588C (or 0xFB588C) is known color: French Rose. HEX triplet: FB, 58 and 8C. RGB value is (251,88,140). Sum of RGB (Red+Green+Blue) = 251+88+140=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 88 (34.77% from 255 or 18.37% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FB588C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB588C is #04A773. Grayscale: #8E8E8E. Windows color (decimal): -305012 or 9197819. OLE color: 9197819.

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

Color convert

RGB 251 88 140 -
CMYK 0 0.65 0.44 0.02
HSL 340.86º 0.95% 0.66% -
HSV(B) 340.86º 0.65% 0.98% -
XYZ 48.01 29.38 27.95 -
YUV 142.67 126.5 205.27 -
System Red Green Blue C M Y K H S L
Decimal 251 88 140 0 0.65 0.44 0.02 340.86 0.95 0.66
Hex FB 58 8C 0 41 2C 2 155 5F 42
Octal 373 130 214 0 101 54 2 525 137 102
Binary 11111011 1011000 10001100 0 1000001 101100 10 101010101 1011111 1000010

Color Harmonies of #FB588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB588C

Black with #FB588C

Text Example


Text Example

White with #FB588C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB588C; }

 p { color: rgb(251,88,140); }

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

background-color css

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

 a { background-color: rgb(251,88,140); }

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

border-color css

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

 span { border-color: rgb(251,88,140); }

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