Html Css Color HEX #F0646C Froly

📋 copy color: '#F0646C'

red 240 ◦ green 100 ◦ blue 108

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

Shades of Froly #F0646C

Tints of Froly #F0646C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.32%

 BLUE value IS 108 (42.58% from 255) = 24.11%

R = 53.57%
G = 22.32%
B = 24.11%

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

#F0646C (or 0xF0646C) is known color: Froly. HEX triplet: F0, 64 and 6C. RGB value is (240,100,108). Sum of RGB (Red+Green+Blue) = 240+100+108=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F0646C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0646C is #0F9B93. Grayscale: #8E8E8E. Windows color (decimal): -1022868 or 7103728. OLE color: 7103728.

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

Color convert

RGB 240 100 108 -
CMYK 0 0.58 0.55 0.06
HSL 356.57º 0.82% 0.67% -
HSV(B) 356.57º 0.58% 0.94% -
XYZ 43.2 28.72 17.45 -
YUV 142.77 108.38 197.35 -
System Red Green Blue C M Y K H S L
Decimal 240 100 108 0 0.58 0.55 0.06 356.57 0.82 0.67
Hex F0 64 6C 0 3A 37 6 165 52 43
Octal 360 144 154 0 72 67 6 545 122 103
Binary 11110000 1100100 1101100 0 111010 110111 110 101100101 1010010 1000011

Color Harmonies of #F0646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0646C

Black with #F0646C

Text Example


Text Example

White with #F0646C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0646C; }

 p { color: rgb(240,100,108); }

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

background-color css

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

 a { background-color: rgb(240,100,108); }

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

border-color css

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

 span { border-color: rgb(240,100,108); }

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