Html Css Color HEX #F2787F Froly

📋 copy color: '#F2787F'

red 242 ◦ green 120 ◦ blue 127

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

Shades of Froly #F2787F

Tints of Froly #F2787F

RGB

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

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

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

R = 49.49%
G = 24.54%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2787F (or 0xF2787F) is known color: Froly. HEX triplet: F2, 78 and 7F. RGB value is (242,120,127). Sum of RGB (Red+Green+Blue) = 242+120+127=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 120 (47.27% from 255 or 24.54% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F2787F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2787F is #0D8780. Grayscale: #9D9D9D. Windows color (decimal): -886657 or 8354034. OLE color: 8354034.

HSL color Cylindrical-coordinate representation of color #F2787F: hue angle of 356.56º 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 #F2787F is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 120 127 -
CMYK 0 0.50 0.48 0.05
HSL 356.56º 0.82% 0.71% -
HSV(B) 356.56º 0.5% 0.95% -
XYZ 47.17 33.84 24.13 -
YUV 157.28 110.92 188.43 -
System Red Green Blue C M Y K H S L
Decimal 242 120 127 0 0.50 0.48 0.05 356.56 0.82 0.71
Hex F2 78 7F 0 32 30 5 165 52 47
Octal 362 170 177 0 62 60 5 545 122 107
Binary 11110010 1111000 1111111 0 110010 110000 101 101100101 1010010 1000111

Color Harmonies of #F2787F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2787F

Black with #F2787F

Text Example


Text Example

White with #F2787F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2787F; }

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

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

background-color css

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

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

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

border-color css

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

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

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