Html Css Color HEX #F0696C Froly

📋 copy color: '#F0696C'

red 240 ◦ green 105 ◦ blue 108

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

Shades of Froly #F0696C

Tints of Froly #F0696C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.84%

R = 52.98%
G = 23.18%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0696C (or 0xF0696C) is known color: Froly. HEX triplet: F0, 69 and 6C. RGB value is (240,105,108). Sum of RGB (Red+Green+Blue) = 240+105+108=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F0696C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0696C is #0F9693. Grayscale: #919191. Windows color (decimal): -1021588 or 7105008. OLE color: 7105008.

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

Color convert

RGB 240 105 108 -
CMYK 0 0.56 0.55 0.06
HSL 358.67º 0.82% 0.68% -
HSV(B) 358.67º 0.56% 0.94% -
XYZ 43.69 29.71 17.62 -
YUV 145.71 106.73 195.26 -
System Red Green Blue C M Y K H S L
Decimal 240 105 108 0 0.56 0.55 0.06 358.67 0.82 0.68
Hex F0 69 6C 0 38 37 6 167 52 44
Octal 360 151 154 0 70 67 6 547 122 104
Binary 11110000 1101001 1101100 0 111000 110111 110 101100111 1010010 1000100

Color Harmonies of #F0696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0696C

Black with #F0696C

Text Example


Text Example

White with #F0696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0696C; }

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

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

background-color css

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

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

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

border-color css

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

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

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