Html Css Color HEX #F06667 Froly

📋 copy color: '#F06667'

red 240 ◦ green 102 ◦ blue 103

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

Shades of Froly #F06667

Tints of Froly #F06667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.15%

R = 53.93%
G = 22.92%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F06667 (or 0xF06667) is known color: Froly. HEX triplet: F0, 66 and 67. RGB value is (240,102,103). Sum of RGB (Red+Green+Blue) = 240+102+103=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 103 (40.62% from 255 or 23.15% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F06667 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06667 is #0F9998. Grayscale: #8F8F8F. Windows color (decimal): -1022361 or 6776560. OLE color: 6776560.

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

Color convert

RGB 240 102 103 -
CMYK 0 0.58 0.57 0.06
HSL 359.57º 0.82% 0.67% -
HSV(B) 359.57º 0.58% 0.94% -
XYZ 43.13 29.01 16.16 -
YUV 143.38 105.22 196.92 -
System Red Green Blue C M Y K H S L
Decimal 240 102 103 0 0.58 0.57 0.06 359.57 0.82 0.67
Hex F0 66 67 0 3A 39 6 168 52 43
Octal 360 146 147 0 72 71 6 550 122 103
Binary 11110000 1100110 1100111 0 111010 111001 110 101101000 1010010 1000011

Color Harmonies of #F06667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06667

Black with #F06667

Text Example


Text Example

White with #F06667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06667; }

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

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

background-color css

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

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

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

border-color css

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

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

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