Html Css Color HEX #F06973 Froly

📋 copy color: '#F06973'

red 240 ◦ green 105 ◦ blue 115

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

Shades of Froly #F06973

Tints of Froly #F06973

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.83%

 BLUE value IS 115 (45.31% from 255) = 25%

R = 52.17%
G = 22.83%
B = 25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F06973 (or 0xF06973) is known color: Froly. HEX triplet: F0, 69 and 73. RGB value is (240,105,115). Sum of RGB (Red+Green+Blue) = 240+105+115=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F06973 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06973 is #0F968C. Grayscale: #929292. Windows color (decimal): -1021581 or 7563760. OLE color: 7563760.

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

Color convert

RGB 240 105 115 -
CMYK 0 0.56 0.52 0.06
HSL 355.56º 0.82% 0.68% -
HSV(B) 355.56º 0.56% 0.94% -
XYZ 44.08 29.87 19.66 -
YUV 146.51 110.23 194.69 -
System Red Green Blue C M Y K H S L
Decimal 240 105 115 0 0.56 0.52 0.06 355.56 0.82 0.68
Hex F0 69 73 0 38 34 6 164 52 44
Octal 360 151 163 0 70 64 6 544 122 104
Binary 11110000 1101001 1110011 0 111000 110100 110 101100100 1010010 1000100

Color Harmonies of #F06973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06973

Black with #F06973

Text Example


Text Example

White with #F06973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06973; }

 p { color: rgb(240,105,115); }

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

background-color css

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

 a { background-color: rgb(240,105,115); }

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

border-color css

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

 span { border-color: rgb(240,105,115); }

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