Html Css Color HEX #F87A7D Froly

📋 copy color: '#F87A7D'

red 248 ◦ green 122 ◦ blue 125

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

Shades of Froly #F87A7D

Tints of Froly #F87A7D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.65%

 BLUE value IS 125 (49.22% from 255) = 25.25%

R = 50.1%
G = 24.65%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F87A7D (or 0xF87A7D) is known color: Froly. HEX triplet: F8, 7A and 7D. RGB value is (248,122,125). Sum of RGB (Red+Green+Blue) = 248+122+125=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F87A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87A7D is #078582. Grayscale: #A0A0A0. Windows color (decimal): -492931 or 8223480. OLE color: 8223480.

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

Color convert

RGB 248 122 125 -
CMYK 0 0.51 0.50 0.03
HSL 358.57º 0.9% 0.73% -
HSV(B) 358.57º 0.51% 0.97% -
XYZ 49.37 35.36 23.62 -
YUV 160.02 108.24 190.76 -
System Red Green Blue C M Y K H S L
Decimal 248 122 125 0 0.51 0.50 0.03 358.57 0.9 0.73
Hex F8 7A 7D 0 33 32 3 167 5A 49
Octal 370 172 175 0 63 62 3 547 132 111
Binary 11111000 1111010 1111101 0 110011 110010 11 101100111 1011010 1001001

Color Harmonies of #F87A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87A7D

Black with #F87A7D

Text Example


Text Example

White with #F87A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87A7D; }

 p { color: rgb(248,122,125); }

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

background-color css

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

 a { background-color: rgb(248,122,125); }

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

border-color css

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

 span { border-color: rgb(248,122,125); }

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