Html Css Color HEX #FA6B6E Froly

📋 copy color: '#FA6B6E'

red 250 ◦ green 107 ◦ blue 110

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

Shades of Froly #FA6B6E

Tints of Froly #FA6B6E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.91%

 BLUE value IS 110 (43.36% from 255) = 23.55%

R = 53.53%
G = 22.91%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA6B6E (or 0xFA6B6E) is known color: Froly. HEX triplet: FA, 6B and 6E. RGB value is (250,107,110). Sum of RGB (Red+Green+Blue) = 250+107+110=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6B6E is #059491. Grayscale: #969696. Windows color (decimal): -365714 or 7236602. OLE color: 7236602.

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

Color convert

RGB 250 107 110 -
CMYK 0 0.57 0.56 0.02
HSL 358.74º 0.93% 0.7% -
HSV(B) 358.74º 0.57% 0.98% -
XYZ 47.5 31.97 18.42 -
YUV 150.1 105.38 199.26 -
System Red Green Blue C M Y K H S L
Decimal 250 107 110 0 0.57 0.56 0.02 358.74 0.93 0.7
Hex FA 6B 6E 0 39 38 2 167 5D 46
Octal 372 153 156 0 71 70 2 547 135 106
Binary 11111010 1101011 1101110 0 111001 111000 10 101100111 1011101 1000110

Color Harmonies of #FA6B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6B6E

Black with #FA6B6E

Text Example


Text Example

White with #FA6B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6B6E; }

 p { color: rgb(250,107,110); }

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

background-color css

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

 a { background-color: rgb(250,107,110); }

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

border-color css

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

 span { border-color: rgb(250,107,110); }

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