Html Css Color HEX #FA487F French Rose

📋 copy color: '#FA487F'

red 250 ◦ green 72 ◦ blue 127

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

Shades of French Rose #FA487F

Tints of French Rose #FA487F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.04%

 BLUE value IS 127 (50% from 255) = 28.29%

R = 55.68%
G = 16.04%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA487F (or 0xFA487F) is known color: French Rose. HEX triplet: FA, 48 and 7F. RGB value is (250,72,127). Sum of RGB (Red+Green+Blue) = 250+72+127=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA487F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA487F is #05B780. Grayscale: #838383. Windows color (decimal): -374657 or 8341754. OLE color: 8341754.

HSL color Cylindrical-coordinate representation of color #FA487F: hue angle of 341.46º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA487F is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 72 127 -
CMYK 0 0.71 0.49 0.02
HSL 341.46º 0.95% 0.63% -
HSV(B) 341.46º 0.71% 0.98% -
XYZ 45.57 26.49 22.79 -
YUV 131.49 125.47 212.53 -
System Red Green Blue C M Y K H S L
Decimal 250 72 127 0 0.71 0.49 0.02 341.46 0.95 0.63
Hex FA 48 7F 0 47 31 2 155 5F 3F
Octal 372 110 177 0 107 61 2 525 137 77
Binary 11111010 1001000 1111111 0 1000111 110001 10 101010101 1011111 111111

Color Harmonies of #FA487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA487F

Black with #FA487F

Text Example


Text Example

White with #FA487F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA487F; }

 p { color: rgb(250,72,127); }

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

background-color css

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

 a { background-color: rgb(250,72,127); }

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

border-color css

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

 span { border-color: rgb(250,72,127); }

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