Html Css Color HEX #FA6B6F Froly

📋 copy color: '#FA6B6F'

red 250 ◦ green 107 ◦ blue 111

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

Shades of Froly #FA6B6F

Tints of Froly #FA6B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.72%

R = 53.42%
G = 22.86%
B = 23.72%

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

#FA6B6F (or 0xFA6B6F) is known color: Froly. HEX triplet: FA, 6B and 6F. RGB value is (250,107,111). Sum of RGB (Red+Green+Blue) = 250+107+111=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6B6F is #059490. Grayscale: #969696. Windows color (decimal): -365713 or 7302138. OLE color: 7302138.

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

Color convert

RGB 250 107 111 -
CMYK 0 0.57 0.56 0.02
HSL 358.32º 0.93% 0.7% -
HSV(B) 358.32º 0.57% 0.98% -
XYZ 47.55 31.99 18.71 -
YUV 150.21 105.88 199.17 -
System Red Green Blue C M Y K H S L
Decimal 250 107 111 0 0.57 0.56 0.02 358.32 0.93 0.7
Hex FA 6B 6F 0 39 38 2 166 5D 46
Octal 372 153 157 0 71 70 2 546 135 106
Binary 11111010 1101011 1101111 0 111001 111000 10 101100110 1011101 1000110

Color Harmonies of #FA6B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6B6F

Black with #FA6B6F

Text Example


Text Example

White with #FA6B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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