Html Css Color HEX #F06068 Froly

📋 copy color: '#F06068'

red 240 ◦ green 96 ◦ blue 104

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

Shades of Froly #F06068

Tints of Froly #F06068

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.82%

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

R = 54.55%
G = 21.82%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F06068 (or 0xF06068) is known color: Froly. HEX triplet: F0, 60 and 68. RGB value is (240,96,104). Sum of RGB (Red+Green+Blue) = 240+96+104=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F06068 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06068 is #0F9F97. Grayscale: #8C8C8C. Windows color (decimal): -1023896 or 6840560. OLE color: 6840560.

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

Color convert

RGB 240 96 104 -
CMYK 0 0.6 0.57 0.06
HSL 356.67º 0.83% 0.66% -
HSV(B) 356.67º 0.6% 0.94% -
XYZ 42.62 27.89 16.23 -
YUV 139.97 107.71 199.35 -
System Red Green Blue C M Y K H S L
Decimal 240 96 104 0 0.6 0.57 0.06 356.67 0.83 0.66
Hex F0 60 68 0 3C 39 6 165 53 42
Octal 360 140 150 0 74 71 6 545 123 102
Binary 11110000 1100000 1101000 0 111100 111001 110 101100101 1010011 1000010

Color Harmonies of #F06068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06068

Black with #F06068

Text Example


Text Example

White with #F06068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06068; }

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

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

background-color css

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

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

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

border-color css

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

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

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