Html Css Color HEX #FA558B French Rose

📋 copy color: '#FA558B'

red 250 ◦ green 85 ◦ blue 139

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

Shades of French Rose #FA558B

Tints of French Rose #FA558B

RGB

 RED value IS 250 (98.05% from 255) = 52.74%

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

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

R = 52.74%
G = 17.93%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA558B (or 0xFA558B) is known color: French Rose. HEX triplet: FA, 55 and 8B. RGB value is (250,85,139). Sum of RGB (Red+Green+Blue) = 250+85+139=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA558B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA558B is #05AA74. Grayscale: #8C8C8C. Windows color (decimal): -371317 or 9131514. OLE color: 9131514.

HSL color Cylindrical-coordinate representation of color #FA558B: hue angle of 340.36º degrees, saturation: 0.94, 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 #FA558B is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 85 139 -
CMYK 0 0.66 0.44 0.02
HSL 340.36º 0.94% 0.66% -
HSV(B) 340.36º 0.66% 0.98% -
XYZ 47.33 28.69 27.47 -
YUV 140.49 127.16 206.11 -
System Red Green Blue C M Y K H S L
Decimal 250 85 139 0 0.66 0.44 0.02 340.36 0.94 0.66
Hex FA 55 8B 0 42 2C 2 154 5E 42
Octal 372 125 213 0 102 54 2 524 136 102
Binary 11111010 1010101 10001011 0 1000010 101100 10 101010100 1011110 1000010

Color Harmonies of #FA558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA558B

Black with #FA558B

Text Example


Text Example

White with #FA558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA558B; }

 p { color: rgb(250,85,139); }

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

background-color css

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

 a { background-color: rgb(250,85,139); }

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

border-color css

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

 span { border-color: rgb(250,85,139); }

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