Html Css Color HEX #F0656B Froly

📋 copy color: '#F0656B'

red 240 ◦ green 101 ◦ blue 107

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

Shades of Froly #F0656B

Tints of Froly #F0656B

RGB

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

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

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

R = 53.57%
G = 22.54%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0656B (or 0xF0656B) is known color: Froly. HEX triplet: F0, 65 and 6B. RGB value is (240,101,107). Sum of RGB (Red+Green+Blue) = 240+101+107=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F0656B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0656B is #0F9A94. Grayscale: #8F8F8F. Windows color (decimal): -1022613 or 7038448. OLE color: 7038448.

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

Color convert

RGB 240 101 107 -
CMYK 0 0.58 0.55 0.06
HSL 357.41º 0.82% 0.67% -
HSV(B) 357.41º 0.58% 0.94% -
XYZ 43.24 28.89 17.21 -
YUV 143.25 107.55 197.01 -
System Red Green Blue C M Y K H S L
Decimal 240 101 107 0 0.58 0.55 0.06 357.41 0.82 0.67
Hex F0 65 6B 0 3A 37 6 165 52 43
Octal 360 145 153 0 72 67 6 545 122 103
Binary 11110000 1100101 1101011 0 111010 110111 110 101100101 1010010 1000011

Color Harmonies of #F0656B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0656B

Black with #F0656B

Text Example


Text Example

White with #F0656B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0656B; }

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

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

background-color css

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

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

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

border-color css

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

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

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