Html Css Color HEX #F06267 Froly

📋 copy color: '#F06267'

red 240 ◦ green 98 ◦ blue 103

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

Shades of Froly #F06267

Tints of Froly #F06267

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.22%

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

R = 54.42%
G = 22.22%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F06267 (or 0xF06267) is known color: Froly. HEX triplet: F0, 62 and 67. RGB value is (240,98,103). Sum of RGB (Red+Green+Blue) = 240+98+103=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 103 (40.62% from 255 or 23.36% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F06267 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06267 is #0F9D98. Grayscale: #8D8D8D. Windows color (decimal): -1023385 or 6775536. OLE color: 6775536.

HSL color Cylindrical-coordinate representation of color #F06267: hue angle of 357.89º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F06267 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 98 103 -
CMYK 0 0.59 0.57 0.06
HSL 357.89º 0.83% 0.66% -
HSV(B) 357.89º 0.59% 0.94% -
XYZ 42.75 28.24 16.03 -
YUV 141.03 106.54 198.59 -
System Red Green Blue C M Y K H S L
Decimal 240 98 103 0 0.59 0.57 0.06 357.89 0.83 0.66
Hex F0 62 67 0 3B 39 6 166 53 42
Octal 360 142 147 0 73 71 6 546 123 102
Binary 11110000 1100010 1100111 0 111011 111001 110 101100110 1010011 1000010

Color Harmonies of #F06267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06267

Black with #F06267

Text Example


Text Example

White with #F06267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06267; }

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

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

background-color css

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

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

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

border-color css

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

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

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