Html Css Color HEX #F0747D Froly

📋 copy color: '#F0747D'

red 240 ◦ green 116 ◦ blue 125

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

Shades of Froly #F0747D

Tints of Froly #F0747D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.12%

 BLUE value IS 125 (49.22% from 255) = 25.99%

R = 49.9%
G = 24.12%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0747D (or 0xF0747D) is known color: Froly. HEX triplet: F0, 74 and 7D. RGB value is (240,116,125). Sum of RGB (Red+Green+Blue) = 240+116+125=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F0747D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0747D is #0F8B82. Grayscale: #9A9A9A. Windows color (decimal): -1018755 or 8221936. OLE color: 8221936.

HSL color Cylindrical-coordinate representation of color #F0747D: hue angle of 355.65º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0747D is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 116 125 -
CMYK 0 0.52 0.48 0.06
HSL 355.65º 0.81% 0.7% -
HSV(B) 355.65º 0.52% 0.94% -
XYZ 45.88 32.5 23.26 -
YUV 154.1 111.58 189.27 -
System Red Green Blue C M Y K H S L
Decimal 240 116 125 0 0.52 0.48 0.06 355.65 0.81 0.7
Hex F0 74 7D 0 34 30 6 164 51 46
Octal 360 164 175 0 64 60 6 544 121 106
Binary 11110000 1110100 1111101 0 110100 110000 110 101100100 1010001 1000110

Color Harmonies of #F0747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0747D

Black with #F0747D

Text Example


Text Example

White with #F0747D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0747D; }

 p { color: rgb(240,116,125); }

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

background-color css

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

 a { background-color: rgb(240,116,125); }

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

border-color css

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

 span { border-color: rgb(240,116,125); }

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