Html Css Color HEX #FA5A8F French Rose

📋 copy color: '#FA5A8F'

red 250 ◦ green 90 ◦ blue 143

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

Shades of French Rose #FA5A8F

Tints of French Rose #FA5A8F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.63%

 BLUE value IS 143 (56.25% from 255) = 29.61%

R = 51.76%
G = 18.63%
B = 29.61%

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

#FA5A8F (or 0xFA5A8F) is known color: French Rose. HEX triplet: FA, 5A and 8F. RGB value is (250,90,143). Sum of RGB (Red+Green+Blue) = 250+90+143=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5A8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5A8F is #05A570. Grayscale: #8F8F8F. Windows color (decimal): -370033 or 9394938. OLE color: 9394938.

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

Color convert

RGB 250 90 143 -
CMYK 0 0.64 0.43 0.02
HSL 340.13º 0.94% 0.67% -
HSV(B) 340.13º 0.64% 0.98% -
XYZ 48.04 29.62 29.17 -
YUV 143.88 127.51 203.69 -
System Red Green Blue C M Y K H S L
Decimal 250 90 143 0 0.64 0.43 0.02 340.13 0.94 0.67
Hex FA 5A 8F 0 40 2B 2 154 5E 43
Octal 372 132 217 0 100 53 2 524 136 103
Binary 11111010 1011010 10001111 0 1000000 101011 10 101010100 1011110 1000011

Color Harmonies of #FA5A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5A8F

Black with #FA5A8F

Text Example


Text Example

White with #FA5A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5A8F; }

 p { color: rgb(250,90,143); }

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

background-color css

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

 a { background-color: rgb(250,90,143); }

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

border-color css

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

 span { border-color: rgb(250,90,143); }

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