Html Css Color HEX #F06870 Froly

📋 copy color: '#F06870'

red 240 ◦ green 104 ◦ blue 112

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

Shades of Froly #F06870

Tints of Froly #F06870

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.81%

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

R = 52.63%
G = 22.81%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F06870 (or 0xF06870) is known color: Froly. HEX triplet: F0, 68 and 70. RGB value is (240,104,112). Sum of RGB (Red+Green+Blue) = 240+104+112=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F06870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06870 is #0F978F. Grayscale: #919191. Windows color (decimal): -1021840 or 7366896. OLE color: 7366896.

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

Color convert

RGB 240 104 112 -
CMYK 0 0.57 0.53 0.06
HSL 356.47º 0.82% 0.67% -
HSV(B) 356.47º 0.57% 0.94% -
XYZ 43.81 29.6 18.73 -
YUV 145.58 109.06 195.35 -
System Red Green Blue C M Y K H S L
Decimal 240 104 112 0 0.57 0.53 0.06 356.47 0.82 0.67
Hex F0 68 70 0 39 35 6 164 52 43
Octal 360 150 160 0 71 65 6 544 122 103
Binary 11110000 1101000 1110000 0 111001 110101 110 101100100 1010010 1000011

Color Harmonies of #F06870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06870

Black with #F06870

Text Example


Text Example

White with #F06870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06870; }

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

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

background-color css

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

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

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

border-color css

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

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

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