Html Css Color HEX #FB578A French Rose

📋 copy color: '#FB578A'

red 251 ◦ green 87 ◦ blue 138

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

Shades of French Rose #FB578A

Tints of French Rose #FB578A

RGB

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

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

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

R = 52.73%
G = 18.28%
B = 28.99%

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

#FB578A (or 0xFB578A) is known color: French Rose. HEX triplet: FB, 57 and 8A. RGB value is (251,87,138). Sum of RGB (Red+Green+Blue) = 251+87+138=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 87 (34.38% from 255 or 18.28% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB578A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB578A is #04A875. Grayscale: #8D8D8D. Windows color (decimal): -305270 or 9066491. OLE color: 9066491.

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

Color convert

RGB 251 87 138 -
CMYK 0 0.65 0.45 0.02
HSL 341.34º 0.95% 0.66% -
HSV(B) 341.34º 0.65% 0.98% -
XYZ 47.78 29.16 27.16 -
YUV 141.85 125.83 205.85 -
System Red Green Blue C M Y K H S L
Decimal 251 87 138 0 0.65 0.45 0.02 341.34 0.95 0.66
Hex FB 57 8A 0 41 2D 2 155 5F 42
Octal 373 127 212 0 101 55 2 525 137 102
Binary 11111011 1010111 10001010 0 1000001 101101 10 101010101 1011111 1000010

Color Harmonies of #FB578A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB578A

Black with #FB578A

Text Example


Text Example

White with #FB578A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB578A; }

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

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

background-color css

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

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

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

border-color css

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

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

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