Html Css Color HEX #F0696A Froly

📋 copy color: '#F0696A'

red 240 ◦ green 105 ◦ blue 106

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

Shades of Froly #F0696A

Tints of Froly #F0696A

RGB

 RED value IS 240 (94.14% from 255) = 53.22%

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

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

R = 53.22%
G = 23.28%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F0696A (or 0xF0696A) is known color: Froly. HEX triplet: F0, 69 and 6A. RGB value is (240,105,106). Sum of RGB (Red+Green+Blue) = 240+105+106=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 106 (41.80% from 255 or 23.50% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0696A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0696A is #0F9695. Grayscale: #919191. Windows color (decimal): -1021590 or 6973936. OLE color: 6973936.

HSL color Cylindrical-coordinate representation of color #F0696A: hue angle of 359.56º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0696A is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 105 106 -
CMYK 0 0.56 0.56 0.06
HSL 359.56º 0.82% 0.68% -
HSV(B) 359.56º 0.56% 0.94% -
XYZ 43.59 29.67 17.07 -
YUV 145.48 105.73 195.42 -
System Red Green Blue C M Y K H S L
Decimal 240 105 106 0 0.56 0.56 0.06 359.56 0.82 0.68
Hex F0 69 6A 0 38 38 6 168 52 44
Octal 360 151 152 0 70 70 6 550 122 104
Binary 11110000 1101001 1101010 0 111000 111000 110 101101000 1010010 1000100

Color Harmonies of #F0696A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0696A

Black with #F0696A

Text Example


Text Example

White with #F0696A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0696A; }

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

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

background-color css

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

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

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

border-color css

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

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

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