Html Css Color HEX #F2696B Froly

📋 copy color: '#F2696B'

red 242 ◦ green 105 ◦ blue 107

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

Shades of Froly #F2696B

Tints of Froly #F2696B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.57%

R = 53.3%
G = 23.13%
B = 23.57%

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

#F2696B (or 0xF2696B) is known color: Froly. HEX triplet: F2, 69 and 6B. RGB value is (242,105,107). Sum of RGB (Red+Green+Blue) = 242+105+107=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F2696B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2696B is #0D9694. Grayscale: #929292. Windows color (decimal): -890517 or 7039474. OLE color: 7039474.

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

Color convert

RGB 242 105 107 -
CMYK 0 0.57 0.56 0.05
HSL 359.12º 0.84% 0.68% -
HSV(B) 359.12º 0.57% 0.95% -
XYZ 44.32 30.04 17.37 -
YUV 146.19 105.89 196.34 -
System Red Green Blue C M Y K H S L
Decimal 242 105 107 0 0.57 0.56 0.05 359.12 0.84 0.68
Hex F2 69 6B 0 39 38 5 167 54 44
Octal 362 151 153 0 71 70 5 547 124 104
Binary 11110010 1101001 1101011 0 111001 111000 101 101100111 1010100 1000100

Color Harmonies of #F2696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2696B

Black with #F2696B

Text Example


Text Example

White with #F2696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2696B; }

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

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

background-color css

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

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

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

border-color css

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

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

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