Html Css Color HEX #F2787C Froly

📋 copy color: '#F2787C'

red 242 ◦ green 120 ◦ blue 124

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

Shades of Froly #F2787C

Tints of Froly #F2787C

RGB

 RED value IS 242 (94.92% from 255) = 49.79%

 GREEN value IS 120 (47.27% from 255) = 24.69%

 BLUE value IS 124 (48.83% from 255) = 25.51%

R = 49.79%
G = 24.69%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2787C (or 0xF2787C) is known color: Froly. HEX triplet: F2, 78 and 7C. RGB value is (242,120,124). Sum of RGB (Red+Green+Blue) = 242+120+124=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 120 (47.27% from 255 or 24.69% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F2787C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2787C is #0D8783. Grayscale: #9D9D9D. Windows color (decimal): -886660 or 8157426. OLE color: 8157426.

HSL color Cylindrical-coordinate representation of color #F2787C: hue angle of 358.03º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2787C is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 120 124 -
CMYK 0 0.50 0.49 0.05
HSL 358.03º 0.82% 0.71% -
HSV(B) 358.03º 0.5% 0.95% -
XYZ 46.97 33.77 23.11 -
YUV 156.93 109.42 188.67 -
System Red Green Blue C M Y K H S L
Decimal 242 120 124 0 0.50 0.49 0.05 358.03 0.82 0.71
Hex F2 78 7C 0 32 31 5 166 52 47
Octal 362 170 174 0 62 61 5 546 122 107
Binary 11110010 1111000 1111100 0 110010 110001 101 101100110 1010010 1000111

Color Harmonies of #F2787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2787C

Black with #F2787C

Text Example


Text Example

White with #F2787C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2787C; }

 p { color: rgb(242,120,124); }

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

background-color css

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

 a { background-color: rgb(242,120,124); }

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

border-color css

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

 span { border-color: rgb(242,120,124); }

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