Html Css Color HEX #FA787E Froly

📋 copy color: '#FA787E'

red 250 ◦ green 120 ◦ blue 126

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

Shades of Froly #FA787E

Tints of Froly #FA787E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.19%

 BLUE value IS 126 (49.61% from 255) = 25.4%

R = 50.4%
G = 24.19%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA787E (or 0xFA787E) is known color: Froly. HEX triplet: FA, 78 and 7E. RGB value is (250,120,126). Sum of RGB (Red+Green+Blue) = 250+120+126=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA787E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA787E is #058781. Grayscale: #9F9F9F. Windows color (decimal): -362370 or 8288506. OLE color: 8288506.

HSL color Cylindrical-coordinate representation of color #FA787E: hue angle of 357.23º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA787E is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 120 126 -
CMYK 0 0.52 0.50 0.02
HSL 357.23º 0.93% 0.73% -
HSV(B) 357.23º 0.52% 0.98% -
XYZ 49.91 35.26 23.91 -
YUV 159.55 109.07 192.51 -
System Red Green Blue C M Y K H S L
Decimal 250 120 126 0 0.52 0.50 0.02 357.23 0.93 0.73
Hex FA 78 7E 0 34 32 2 165 5D 49
Octal 372 170 176 0 64 62 2 545 135 111
Binary 11111010 1111000 1111110 0 110100 110010 10 101100101 1011101 1001001

Color Harmonies of #FA787E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA787E

Black with #FA787E

Text Example


Text Example

White with #FA787E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA787E; }

 p { color: rgb(250,120,126); }

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

background-color css

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

 a { background-color: rgb(250,120,126); }

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

border-color css

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

 span { border-color: rgb(250,120,126); }

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