Html Css Color HEX #F06B76 Froly

📋 copy color: '#F06B76'

red 240 ◦ green 107 ◦ blue 118

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

Shades of Froly #F06B76

Tints of Froly #F06B76

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.01%

 BLUE value IS 118 (46.48% from 255) = 25.38%

R = 51.61%
G = 23.01%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F06B76 (or 0xF06B76) is known color: Froly. HEX triplet: F0, 6B and 76. RGB value is (240,107,118). Sum of RGB (Red+Green+Blue) = 240+107+118=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F06B76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06B76 is #0F9489. Grayscale: #949494. Windows color (decimal): -1021066 or 7760880. OLE color: 7760880.

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

Color convert

RGB 240 107 118 -
CMYK 0 0.55 0.51 0.06
HSL 355.04º 0.82% 0.68% -
HSV(B) 355.04º 0.55% 0.94% -
XYZ 44.46 30.35 20.65 -
YUV 148.02 111.06 193.61 -
System Red Green Blue C M Y K H S L
Decimal 240 107 118 0 0.55 0.51 0.06 355.04 0.82 0.68
Hex F0 6B 76 0 37 33 6 163 52 44
Octal 360 153 166 0 67 63 6 543 122 104
Binary 11110000 1101011 1110110 0 110111 110011 110 101100011 1010010 1000100

Color Harmonies of #F06B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06B76

Black with #F06B76

Text Example


Text Example

White with #F06B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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