Html Css Color HEX #F06168 Froly

📋 copy color: '#F06168'

red 240 ◦ green 97 ◦ blue 104

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

Shades of Froly #F06168

Tints of Froly #F06168

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22%

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

R = 54.42%
G = 22%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F06168 (or 0xF06168) is known color: Froly. HEX triplet: F0, 61 and 68. RGB value is (240,97,104). Sum of RGB (Red+Green+Blue) = 240+97+104=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F06168 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06168 is #0F9E97. Grayscale: #8C8C8C. Windows color (decimal): -1023640 or 6840816. OLE color: 6840816.

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

Color convert

RGB 240 97 104 -
CMYK 0 0.60 0.57 0.06
HSL 357.06º 0.83% 0.66% -
HSV(B) 357.06º 0.6% 0.94% -
XYZ 42.71 28.07 16.26 -
YUV 140.56 107.38 198.93 -
System Red Green Blue C M Y K H S L
Decimal 240 97 104 0 0.60 0.57 0.06 357.06 0.83 0.66
Hex F0 61 68 0 3C 39 6 165 53 42
Octal 360 141 150 0 74 71 6 545 123 102
Binary 11110000 1100001 1101000 0 111100 111001 110 101100101 1010011 1000010

Color Harmonies of #F06168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06168

Black with #F06168

Text Example


Text Example

White with #F06168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06168; }

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

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

background-color css

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

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

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

border-color css

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

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

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