Html Css Color HEX #F06A6B Froly

📋 copy color: '#F06A6B'

red 240 ◦ green 106 ◦ blue 107

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

Shades of Froly #F06A6B

Tints of Froly #F06A6B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.4%

 BLUE value IS 107 (42.19% from 255) = 23.62%

R = 52.98%
G = 23.4%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F06A6B (or 0xF06A6B) is known color: Froly. HEX triplet: F0, 6A and 6B. RGB value is (240,106,107). Sum of RGB (Red+Green+Blue) = 240+106+107=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06A6B is #0F9594. Grayscale: #929292. Windows color (decimal): -1021333 or 7039728. OLE color: 7039728.

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

Color convert

RGB 240 106 107 -
CMYK 0 0.56 0.55 0.06
HSL 359.55º 0.82% 0.68% -
HSV(B) 359.55º 0.56% 0.94% -
XYZ 43.74 29.89 17.37 -
YUV 146.18 105.89 194.92 -
System Red Green Blue C M Y K H S L
Decimal 240 106 107 0 0.56 0.55 0.06 359.55 0.82 0.68
Hex F0 6A 6B 0 38 37 6 168 52 44
Octal 360 152 153 0 70 67 6 550 122 104
Binary 11110000 1101010 1101011 0 111000 110111 110 101101000 1010010 1000100

Color Harmonies of #F06A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06A6B

Black with #F06A6B

Text Example


Text Example

White with #F06A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06A6B; }

 p { color: rgb(240,106,107); }

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

background-color css

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

 a { background-color: rgb(240,106,107); }

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

border-color css

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

 span { border-color: rgb(240,106,107); }

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