Html Css Color HEX #FA558D French Rose

📋 copy color: '#FA558D'

red 250 ◦ green 85 ◦ blue 141

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

Shades of French Rose #FA558D

Tints of French Rose #FA558D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.62%

R = 52.52%
G = 17.86%
B = 29.62%

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

#FA558D (or 0xFA558D) is known color: French Rose. HEX triplet: FA, 55 and 8D. RGB value is (250,85,141). Sum of RGB (Red+Green+Blue) = 250+85+141=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA558D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA558D is #05AA72. Grayscale: #8C8C8C. Windows color (decimal): -371315 or 9262586. OLE color: 9262586.

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

Color convert

RGB 250 85 141 -
CMYK 0 0.66 0.44 0.02
HSL 339.64º 0.94% 0.66% -
HSV(B) 339.64º 0.66% 0.98% -
XYZ 47.48 28.74 28.24 -
YUV 140.72 128.16 205.95 -
System Red Green Blue C M Y K H S L
Decimal 250 85 141 0 0.66 0.44 0.02 339.64 0.94 0.66
Hex FA 55 8D 0 42 2C 2 154 5E 42
Octal 372 125 215 0 102 54 2 524 136 102
Binary 11111010 1010101 10001101 0 1000010 101100 10 101010100 1011110 1000010

Color Harmonies of #FA558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA558D

Black with #FA558D

Text Example


Text Example

White with #FA558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA558D; }

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

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

background-color css

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

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

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

border-color css

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

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

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