Html Css Color HEX #F2696D Froly

📋 copy color: '#F2696D'

red 242 ◦ green 105 ◦ blue 109

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

Shades of Froly #F2696D

Tints of Froly #F2696D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.9%

R = 53.07%
G = 23.03%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2696D (or 0xF2696D) is known color: Froly. HEX triplet: F2, 69 and 6D. RGB value is (242,105,109). Sum of RGB (Red+Green+Blue) = 242+105+109=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F2696D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2696D is #0D9692. Grayscale: #929292. Windows color (decimal): -890515 or 7170546. OLE color: 7170546.

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

Color convert

RGB 242 105 109 -
CMYK 0 0.57 0.55 0.05
HSL 358.25º 0.84% 0.68% -
HSV(B) 358.25º 0.57% 0.95% -
XYZ 44.43 30.08 17.93 -
YUV 146.42 106.89 196.17 -
System Red Green Blue C M Y K H S L
Decimal 242 105 109 0 0.57 0.55 0.05 358.25 0.84 0.68
Hex F2 69 6D 0 39 37 5 166 54 44
Octal 362 151 155 0 71 67 5 546 124 104
Binary 11110010 1101001 1101101 0 111001 110111 101 101100110 1010100 1000100

Color Harmonies of #F2696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2696D

Black with #F2696D

Text Example


Text Example

White with #F2696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2696D; }

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

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

background-color css

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

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

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

border-color css

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

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

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