Html Css Color HEX #FA7B7F Froly

📋 copy color: '#FA7B7F'

red 250 ◦ green 123 ◦ blue 127

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

Shades of Froly #FA7B7F

Tints of Froly #FA7B7F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.6%

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

R = 50%
G = 24.6%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA7B7F (or 0xFA7B7F) is known color: Froly. HEX triplet: FA, 7B and 7F. RGB value is (250,123,127). Sum of RGB (Red+Green+Blue) = 250+123+127=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 123 (48.44% from 255 or 24.6% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7B7F is #058480. Grayscale: #A1A1A1. Windows color (decimal): -361601 or 8354810. OLE color: 8354810.

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

Color convert

RGB 250 123 127 -
CMYK 0 0.51 0.49 0.02
HSL 358.11º 0.93% 0.73% -
HSV(B) 358.11º 0.51% 0.98% -
XYZ 50.34 36.02 24.38 -
YUV 161.43 108.58 191.17 -
System Red Green Blue C M Y K H S L
Decimal 250 123 127 0 0.51 0.49 0.02 358.11 0.93 0.73
Hex FA 7B 7F 0 33 31 2 166 5D 49
Octal 372 173 177 0 63 61 2 546 135 111
Binary 11111010 1111011 1111111 0 110011 110001 10 101100110 1011101 1001001

Color Harmonies of #FA7B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7B7F

Black with #FA7B7F

Text Example


Text Example

White with #FA7B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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