Html Css Color HEX #F0747A Froly

📋 copy color: '#F0747A'

red 240 ◦ green 116 ◦ blue 122

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

Shades of Froly #F0747A

Tints of Froly #F0747A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.52%

R = 50.21%
G = 24.27%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0747A (or 0xF0747A) is known color: Froly. HEX triplet: F0, 74 and 7A. RGB value is (240,116,122). Sum of RGB (Red+Green+Blue) = 240+116+122=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F0747A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0747A is #0F8B85. Grayscale: #999999. Windows color (decimal): -1018758 or 8025328. OLE color: 8025328.

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

Color convert

RGB 240 116 122 -
CMYK 0 0.52 0.49 0.06
HSL 357.1º 0.81% 0.7% -
HSV(B) 357.1º 0.52% 0.94% -
XYZ 45.69 32.42 22.26 -
YUV 153.76 110.08 189.51 -
System Red Green Blue C M Y K H S L
Decimal 240 116 122 0 0.52 0.49 0.06 357.1 0.81 0.7
Hex F0 74 7A 0 34 31 6 165 51 46
Octal 360 164 172 0 64 61 6 545 121 106
Binary 11110000 1110100 1111010 0 110100 110001 110 101100101 1010001 1000110

Color Harmonies of #F0747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0747A

Black with #F0747A

Text Example


Text Example

White with #F0747A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0747A; }

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

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

background-color css

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

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

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

border-color css

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

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

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