Html Css Color HEX #F2686F Froly

📋 copy color: '#F2686F'

red 242 ◦ green 104 ◦ blue 111

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

Shades of Froly #F2686F

Tints of Froly #F2686F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.76%

 BLUE value IS 111 (43.75% from 255) = 24.29%

R = 52.95%
G = 22.76%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F2686F (or 0xF2686F) is known color: Froly. HEX triplet: F2, 68 and 6F. RGB value is (242,104,111). Sum of RGB (Red+Green+Blue) = 242+104+111=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F2686F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2686F is #0D9790. Grayscale: #929292. Windows color (decimal): -890769 or 7301362. OLE color: 7301362.

HSL color Cylindrical-coordinate representation of color #F2686F: hue angle of 356.96º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2686F is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 104 111 -
CMYK 0 0.57 0.54 0.05
HSL 356.96º 0.84% 0.68% -
HSV(B) 356.96º 0.57% 0.95% -
XYZ 44.44 29.93 18.47 -
YUV 146.06 108.22 196.43 -
System Red Green Blue C M Y K H S L
Decimal 242 104 111 0 0.57 0.54 0.05 356.96 0.84 0.68
Hex F2 68 6F 0 39 36 5 165 54 44
Octal 362 150 157 0 71 66 5 545 124 104
Binary 11110010 1101000 1101111 0 111001 110110 101 101100101 1010100 1000100

Color Harmonies of #F2686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2686F

Black with #F2686F

Text Example


Text Example

White with #F2686F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2686F; }

 p { color: rgb(242,104,111); }

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

background-color css

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

 a { background-color: rgb(242,104,111); }

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

border-color css

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

 span { border-color: rgb(242,104,111); }

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