Html Css Color HEX #F0757F Froly

📋 copy color: '#F0757F'

red 240 ◦ green 117 ◦ blue 127

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

Shades of Froly #F0757F

Tints of Froly #F0757F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.17%

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

R = 49.59%
G = 24.17%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0757F (or 0xF0757F) is known color: Froly. HEX triplet: F0, 75 and 7F. RGB value is (240,117,127). Sum of RGB (Red+Green+Blue) = 240+117+127=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F0757F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0757F is #0F8A80. Grayscale: #9B9B9B. Windows color (decimal): -1018497 or 8353264. OLE color: 8353264.

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

Color convert

RGB 240 117 127 -
CMYK 0 0.51 0.47 0.06
HSL 355.12º 0.8% 0.7% -
HSV(B) 355.12º 0.51% 0.94% -
XYZ 46.13 32.78 23.97 -
YUV 154.92 112.25 188.69 -
System Red Green Blue C M Y K H S L
Decimal 240 117 127 0 0.51 0.47 0.06 355.12 0.8 0.7
Hex F0 75 7F 0 33 2F 6 163 50 46
Octal 360 165 177 0 63 57 6 543 120 106
Binary 11110000 1110101 1111111 0 110011 101111 110 101100011 1010000 1000110

Color Harmonies of #F0757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0757F

Black with #F0757F

Text Example


Text Example

White with #F0757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0757F; }

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

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

background-color css

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

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

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

border-color css

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

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

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