Html Css Color HEX #FA487C French Rose

📋 copy color: '#FA487C'

red 250 ◦ green 72 ◦ blue 124

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

Shades of French Rose #FA487C

Tints of French Rose #FA487C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.8%

R = 56.05%
G = 16.14%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA487C (or 0xFA487C) is known color: French Rose. HEX triplet: FA, 48 and 7C. RGB value is (250,72,124). Sum of RGB (Red+Green+Blue) = 250+72+124=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA487C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA487C is #05B783. Grayscale: #838383. Windows color (decimal): -374660 or 8145146. OLE color: 8145146.

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

Color convert

RGB 250 72 124 -
CMYK 0 0.71 0.50 0.02
HSL 342.47º 0.95% 0.63% -
HSV(B) 342.47º 0.71% 0.98% -
XYZ 45.38 26.41 21.78 -
YUV 131.15 123.97 212.77 -
System Red Green Blue C M Y K H S L
Decimal 250 72 124 0 0.71 0.50 0.02 342.47 0.95 0.63
Hex FA 48 7C 0 47 32 2 156 5F 3F
Octal 372 110 174 0 107 62 2 526 137 77
Binary 11111010 1001000 1111100 0 1000111 110010 10 101010110 1011111 111111

Color Harmonies of #FA487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA487C

Black with #FA487C

Text Example


Text Example

White with #FA487C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA487C; }

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

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

background-color css

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

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

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

border-color css

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

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

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