Html Css Color HEX #F87983 Froly

📋 copy color: '#F87983'

red 248 ◦ green 121 ◦ blue 131

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

Shades of Froly #F87983

Tints of Froly #F87983

RGB

 RED value IS 248 (97.27% from 255) = 49.6%

 GREEN value IS 121 (47.66% from 255) = 24.2%

 BLUE value IS 131 (51.56% from 255) = 26.2%

R = 49.6%
G = 24.2%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F87983 (or 0xF87983) is known color: Froly. HEX triplet: F8, 79 and 83. RGB value is (248,121,131). Sum of RGB (Red+Green+Blue) = 248+121+131=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 121 (47.66% from 255 or 24.2% from 500); Blue value is 131 (51.56% from 255 or 26.2% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F87983 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87983 is #07867C. Grayscale: #A0A0A0. Windows color (decimal): -493181 or 8616440. OLE color: 8616440.

HSL color Cylindrical-coordinate representation of color #F87983: hue angle of 355.28º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F87983 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 121 131 -
CMYK 0 0.51 0.47 0.03
HSL 355.28º 0.9% 0.72% -
HSV(B) 355.28º 0.51% 0.97% -
XYZ 49.65 35.27 25.66 -
YUV 160.11 111.58 190.69 -
System Red Green Blue C M Y K H S L
Decimal 248 121 131 0 0.51 0.47 0.03 355.28 0.9 0.72
Hex F8 79 83 0 33 2F 3 163 5A 48
Octal 370 171 203 0 63 57 3 543 132 110
Binary 11111000 1111001 10000011 0 110011 101111 11 101100011 1011010 1001000

Color Harmonies of #F87983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87983

Black with #F87983

Text Example


Text Example

White with #F87983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87983; }

 p { color: rgb(248,121,131); }

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

background-color css

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

 a { background-color: rgb(248,121,131); }

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

border-color css

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

 span { border-color: rgb(248,121,131); }

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