Html Css Color HEX #F06C70 Froly

📋 copy color: '#F06C70'

red 240 ◦ green 108 ◦ blue 112

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

Shades of Froly #F06C70

Tints of Froly #F06C70

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.48%

 BLUE value IS 112 (44.14% from 255) = 24.35%

R = 52.17%
G = 23.48%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F06C70 (or 0xF06C70) is known color: Froly. HEX triplet: F0, 6C and 70. RGB value is (240,108,112). Sum of RGB (Red+Green+Blue) = 240+108+112=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 108 (42.58% from 255 or 23.48% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06C70 is #0F938F. Grayscale: #949494. Windows color (decimal): -1020816 or 7367920. OLE color: 7367920.

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

Color convert

RGB 240 108 112 -
CMYK 0 0.55 0.53 0.06
HSL 358.18º 0.81% 0.68% -
HSV(B) 358.18º 0.55% 0.94% -
XYZ 44.22 30.42 18.87 -
YUV 147.92 107.73 193.67 -
System Red Green Blue C M Y K H S L
Decimal 240 108 112 0 0.55 0.53 0.06 358.18 0.81 0.68
Hex F0 6C 70 0 37 35 6 166 51 44
Octal 360 154 160 0 67 65 6 546 121 104
Binary 11110000 1101100 1110000 0 110111 110101 110 101100110 1010001 1000100

Color Harmonies of #F06C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06C70

Black with #F06C70

Text Example


Text Example

White with #F06C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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