Html Css Color HEX #F0747F Froly

📋 copy color: '#F0747F'

red 240 ◦ green 116 ◦ blue 127

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

Shades of Froly #F0747F

Tints of Froly #F0747F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.29%

R = 49.69%
G = 24.02%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0747F (or 0xF0747F) is known color: Froly. HEX triplet: F0, 74 and 7F. RGB value is (240,116,127). Sum of RGB (Red+Green+Blue) = 240+116+127=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F0747F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0747F is #0F8B80. Grayscale: #9A9A9A. Windows color (decimal): -1018753 or 8353008. OLE color: 8353008.

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

Color convert

RGB 240 116 127 -
CMYK 0 0.52 0.47 0.06
HSL 354.68º 0.81% 0.7% -
HSV(B) 354.68º 0.52% 0.94% -
XYZ 46.01 32.55 23.94 -
YUV 154.33 112.58 189.11 -
System Red Green Blue C M Y K H S L
Decimal 240 116 127 0 0.52 0.47 0.06 354.68 0.81 0.7
Hex F0 74 7F 0 34 2F 6 163 51 46
Octal 360 164 177 0 64 57 6 543 121 106
Binary 11110000 1110100 1111111 0 110100 101111 110 101100011 1010001 1000110

Color Harmonies of #F0747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0747F

Black with #F0747F

Text Example


Text Example

White with #F0747F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0747F; }

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

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

background-color css

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

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

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

border-color css

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

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

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