Html Css Color HEX #FB578B French Rose

📋 copy color: '#FB578B'

red 251 ◦ green 87 ◦ blue 139

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

Shades of French Rose #FB578B

Tints of French Rose #FB578B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.24%

 BLUE value IS 139 (54.69% from 255) = 29.14%

R = 52.62%
G = 18.24%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB578B (or 0xFB578B) is known color: French Rose. HEX triplet: FB, 57 and 8B. RGB value is (251,87,139). Sum of RGB (Red+Green+Blue) = 251+87+139=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 87 (34.38% from 255 or 18.24% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FB578B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB578B is #04A874. Grayscale: #8D8D8D. Windows color (decimal): -305269 or 9132027. OLE color: 9132027.

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

Color convert

RGB 251 87 139 -
CMYK 0 0.65 0.45 0.02
HSL 340.98º 0.95% 0.66% -
HSV(B) 340.98º 0.65% 0.98% -
XYZ 47.85 29.19 27.54 -
YUV 141.96 126.33 205.77 -
System Red Green Blue C M Y K H S L
Decimal 251 87 139 0 0.65 0.45 0.02 340.98 0.95 0.66
Hex FB 57 8B 0 41 2D 2 155 5F 42
Octal 373 127 213 0 101 55 2 525 137 102
Binary 11111011 1010111 10001011 0 1000001 101101 10 101010101 1011111 1000010

Color Harmonies of #FB578B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB578B

Black with #FB578B

Text Example


Text Example

White with #FB578B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB578B; }

 p { color: rgb(251,87,139); }

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

background-color css

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

 a { background-color: rgb(251,87,139); }

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

border-color css

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

 span { border-color: rgb(251,87,139); }

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