Html Css Color HEX #F0737B Froly

📋 copy color: '#F0737B'

red 240 ◦ green 115 ◦ blue 123

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

Shades of Froly #F0737B

Tints of Froly #F0737B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.73%

R = 50.21%
G = 24.06%
B = 25.73%

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

#F0737B (or 0xF0737B) is known color: Froly. HEX triplet: F0, 73 and 7B. RGB value is (240,115,123). Sum of RGB (Red+Green+Blue) = 240+115+123=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F0737B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0737B is #0F8C84. Grayscale: #999999. Windows color (decimal): -1019013 or 8090608. OLE color: 8090608.

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

Color convert

RGB 240 115 123 -
CMYK 0 0.52 0.49 0.06
HSL 356.16º 0.81% 0.7% -
HSV(B) 356.16º 0.52% 0.94% -
XYZ 45.64 32.22 22.55 -
YUV 153.29 110.91 189.85 -
System Red Green Blue C M Y K H S L
Decimal 240 115 123 0 0.52 0.49 0.06 356.16 0.81 0.7
Hex F0 73 7B 0 34 31 6 164 51 46
Octal 360 163 173 0 64 61 6 544 121 106
Binary 11110000 1110011 1111011 0 110100 110001 110 101100100 1010001 1000110

Color Harmonies of #F0737B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0737B

Black with #F0737B

Text Example


Text Example

White with #F0737B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0737B; }

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

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

background-color css

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

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

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

border-color css

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

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

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