Html Css Color HEX #F2696A Froly

📋 copy color: '#F2696A'

red 242 ◦ green 105 ◦ blue 106

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

Shades of Froly #F2696A

Tints of Froly #F2696A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.4%

R = 53.42%
G = 23.18%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F2696A (or 0xF2696A) is known color: Froly. HEX triplet: F2, 69 and 6A. RGB value is (242,105,106). Sum of RGB (Red+Green+Blue) = 242+105+106=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F2696A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2696A is #0D9695. Grayscale: #929292. Windows color (decimal): -890518 or 6973938. OLE color: 6973938.

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

Color convert

RGB 242 105 106 -
CMYK 0 0.57 0.56 0.05
HSL 359.56º 0.84% 0.68% -
HSV(B) 359.56º 0.57% 0.95% -
XYZ 44.27 30.02 17.1 -
YUV 146.08 105.39 196.42 -
System Red Green Blue C M Y K H S L
Decimal 242 105 106 0 0.57 0.56 0.05 359.56 0.84 0.68
Hex F2 69 6A 0 39 38 5 168 54 44
Octal 362 151 152 0 71 70 5 550 124 104
Binary 11110010 1101001 1101010 0 111001 111000 101 101101000 1010100 1000100

Color Harmonies of #F2696A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2696A

Black with #F2696A

Text Example


Text Example

White with #F2696A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2696A; }

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

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

background-color css

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

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

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

border-color css

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

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

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