Html Css Color HEX #F0656F Froly

📋 copy color: '#F0656F'

red 240 ◦ green 101 ◦ blue 111

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

Shades of Froly #F0656F

Tints of Froly #F0656F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.35%

 BLUE value IS 111 (43.75% from 255) = 24.56%

R = 53.1%
G = 22.35%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0656F (or 0xF0656F) is known color: Froly. HEX triplet: F0, 65 and 6F. RGB value is (240,101,111). Sum of RGB (Red+Green+Blue) = 240+101+111=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0656F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0656F is #0F9A90. Grayscale: #8F8F8F. Windows color (decimal): -1022609 or 7300592. OLE color: 7300592.

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

Color convert

RGB 240 101 111 -
CMYK 0 0.58 0.54 0.06
HSL 355.68º 0.82% 0.67% -
HSV(B) 355.68º 0.58% 0.94% -
XYZ 43.46 28.98 18.34 -
YUV 143.7 109.55 196.69 -
System Red Green Blue C M Y K H S L
Decimal 240 101 111 0 0.58 0.54 0.06 355.68 0.82 0.67
Hex F0 65 6F 0 3A 36 6 164 52 43
Octal 360 145 157 0 72 66 6 544 122 103
Binary 11110000 1100101 1101111 0 111010 110110 110 101100100 1010010 1000011

Color Harmonies of #F0656F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0656F

Black with #F0656F

Text Example


Text Example

White with #F0656F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0656F; }

 p { color: rgb(240,101,111); }

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

background-color css

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

 a { background-color: rgb(240,101,111); }

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

border-color css

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

 span { border-color: rgb(240,101,111); }

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