Html Css Color HEX #F0737F Froly

📋 copy color: '#F0737F'

red 240 ◦ green 115 ◦ blue 127

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

Shades of Froly #F0737F

Tints of Froly #F0737F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.86%

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

R = 49.79%
G = 23.86%
B = 26.35%

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

#F0737F (or 0xF0737F) is known color: Froly. HEX triplet: F0, 73 and 7F. RGB value is (240,115,127). Sum of RGB (Red+Green+Blue) = 240+115+127=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0737F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0737F is #0F8C80. Grayscale: #999999. Windows color (decimal): -1019009 or 8352752. OLE color: 8352752.

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

Color convert

RGB 240 115 127 -
CMYK 0 0.52 0.47 0.06
HSL 354.24º 0.81% 0.7% -
HSV(B) 354.24º 0.52% 0.94% -
XYZ 45.9 32.32 23.9 -
YUV 153.74 112.91 189.52 -
System Red Green Blue C M Y K H S L
Decimal 240 115 127 0 0.52 0.47 0.06 354.24 0.81 0.7
Hex F0 73 7F 0 34 2F 6 162 51 46
Octal 360 163 177 0 64 57 6 542 121 106
Binary 11110000 1110011 1111111 0 110100 101111 110 101100010 1010001 1000110

Color Harmonies of #F0737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0737F

Black with #F0737F

Text Example


Text Example

White with #F0737F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0737F; }

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

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

background-color css

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

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

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

border-color css

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

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

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