Html Css Color HEX #FA5B8E French Rose

📋 copy color: '#FA5B8E'

red 250 ◦ green 91 ◦ blue 142

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

Shades of French Rose #FA5B8E

Tints of French Rose #FA5B8E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.84%

 BLUE value IS 142 (55.86% from 255) = 29.4%

R = 51.76%
G = 18.84%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA5B8E (or 0xFA5B8E) is known color: French Rose. HEX triplet: FA, 5B and 8E. RGB value is (250,91,142). Sum of RGB (Red+Green+Blue) = 250+91+142=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 91 (35.94% from 255 or 18.84% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5B8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5B8E is #05A471. Grayscale: #909090. Windows color (decimal): -369778 or 9329658. OLE color: 9329658.

HSL color Cylindrical-coordinate representation of color #FA5B8E: hue angle of 340.75º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA5B8E is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 91 142 -
CMYK 0 0.64 0.43 0.02
HSL 340.75º 0.94% 0.67% -
HSV(B) 340.75º 0.64% 0.98% -
XYZ 48.05 29.76 28.8 -
YUV 144.36 126.68 203.35 -
System Red Green Blue C M Y K H S L
Decimal 250 91 142 0 0.64 0.43 0.02 340.75 0.94 0.67
Hex FA 5B 8E 0 40 2B 2 155 5E 43
Octal 372 133 216 0 100 53 2 525 136 103
Binary 11111010 1011011 10001110 0 1000000 101011 10 101010101 1011110 1000011

Color Harmonies of #FA5B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5B8E

Black with #FA5B8E

Text Example


Text Example

White with #FA5B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5B8E; }

 p { color: rgb(250,91,142); }

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

background-color css

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

 a { background-color: rgb(250,91,142); }

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

border-color css

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

 span { border-color: rgb(250,91,142); }

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