Html Css Color HEX #F06768 Froly

📋 copy color: '#F06768'

red 240 ◦ green 103 ◦ blue 104

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

Shades of Froly #F06768

Tints of Froly #F06768

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.04%

 BLUE value IS 104 (41.02% from 255) = 23.27%

R = 53.69%
G = 23.04%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F06768 (or 0xF06768) is known color: Froly. HEX triplet: F0, 67 and 68. RGB value is (240,103,104). Sum of RGB (Red+Green+Blue) = 240+103+104=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F06768 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06768 is #0F9897. Grayscale: #909090. Windows color (decimal): -1022104 or 6842352. OLE color: 6842352.

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

Color convert

RGB 240 103 104 -
CMYK 0 0.57 0.57 0.06
HSL 359.56º 0.82% 0.67% -
HSV(B) 359.56º 0.57% 0.94% -
XYZ 43.28 29.23 16.46 -
YUV 144.08 105.39 196.42 -
System Red Green Blue C M Y K H S L
Decimal 240 103 104 0 0.57 0.57 0.06 359.56 0.82 0.67
Hex F0 67 68 0 39 39 6 168 52 43
Octal 360 147 150 0 71 71 6 550 122 103
Binary 11110000 1100111 1101000 0 111001 111001 110 101101000 1010010 1000011

Color Harmonies of #F06768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06768

Black with #F06768

Text Example


Text Example

White with #F06768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06768; }

 p { color: rgb(240,103,104); }

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

background-color css

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

 a { background-color: rgb(240,103,104); }

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

border-color css

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

 span { border-color: rgb(240,103,104); }

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