Html Css Color HEX #F2696F Froly

📋 copy color: '#F2696F'

red 242 ◦ green 105 ◦ blue 111

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

Shades of Froly #F2696F

Tints of Froly #F2696F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.93%

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

R = 52.84%
G = 22.93%
B = 24.24%

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

#F2696F (or 0xF2696F) is known color: Froly. HEX triplet: F2, 69 and 6F. RGB value is (242,105,111). Sum of RGB (Red+Green+Blue) = 242+105+111=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F2696F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2696F is #0D9690. Grayscale: #929292. Windows color (decimal): -890513 or 7301618. OLE color: 7301618.

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

Color convert

RGB 242 105 111 -
CMYK 0 0.57 0.54 0.05
HSL 357.37º 0.84% 0.68% -
HSV(B) 357.37º 0.57% 0.95% -
XYZ 44.54 30.13 18.51 -
YUV 146.65 107.89 196.01 -
System Red Green Blue C M Y K H S L
Decimal 242 105 111 0 0.57 0.54 0.05 357.37 0.84 0.68
Hex F2 69 6F 0 39 36 5 165 54 44
Octal 362 151 157 0 71 66 5 545 124 104
Binary 11110010 1101001 1101111 0 111001 110110 101 101100101 1010100 1000100

Color Harmonies of #F2696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2696F

Black with #F2696F

Text Example


Text Example

White with #F2696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2696F; }

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

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

background-color css

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

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

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

border-color css

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

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

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