Html Css Color HEX #F06673 Froly

📋 copy color: '#F06673'

red 240 ◦ green 102 ◦ blue 115

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

Shades of Froly #F06673

Tints of Froly #F06673

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.32%

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

R = 52.52%
G = 22.32%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F06673 (or 0xF06673) is known color: Froly. HEX triplet: F0, 66 and 73. RGB value is (240,102,115). Sum of RGB (Red+Green+Blue) = 240+102+115=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F06673 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06673 is #0F998C. Grayscale: #909090. Windows color (decimal): -1022349 or 7562992. OLE color: 7562992.

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

Color convert

RGB 240 102 115 -
CMYK 0 0.58 0.52 0.06
HSL 354.35º 0.82% 0.67% -
HSV(B) 354.35º 0.58% 0.94% -
XYZ 43.78 29.27 19.56 -
YUV 144.74 111.22 195.94 -
System Red Green Blue C M Y K H S L
Decimal 240 102 115 0 0.58 0.52 0.06 354.35 0.82 0.67
Hex F0 66 73 0 3A 34 6 162 52 43
Octal 360 146 163 0 72 64 6 542 122 103
Binary 11110000 1100110 1110011 0 111010 110100 110 101100010 1010010 1000011

Color Harmonies of #F06673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06673

Black with #F06673

Text Example


Text Example

White with #F06673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06673; }

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

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

background-color css

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

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

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

border-color css

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

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

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