Html Css Color HEX #F0787F Froly

📋 copy color: '#F0787F'

red 240 ◦ green 120 ◦ blue 127

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

Shades of Froly #F0787F

Tints of Froly #F0787F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.64%

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

R = 49.28%
G = 24.64%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0787F (or 0xF0787F) is known color: Froly. HEX triplet: F0, 78 and 7F. RGB value is (240,120,127). Sum of RGB (Red+Green+Blue) = 240+120+127=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 120 (47.27% from 255 or 24.64% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F0787F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0787F is #0F8780. Grayscale: #9C9C9C. Windows color (decimal): -1017729 or 8354032. OLE color: 8354032.

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

Color convert

RGB 240 120 127 -
CMYK 0 0.5 0.47 0.06
HSL 356.5º 0.8% 0.71% -
HSV(B) 356.5º 0.5% 0.94% -
XYZ 46.48 33.49 24.09 -
YUV 156.68 111.26 187.43 -
System Red Green Blue C M Y K H S L
Decimal 240 120 127 0 0.5 0.47 0.06 356.5 0.8 0.71
Hex F0 78 7F 0 32 2F 6 164 50 47
Octal 360 170 177 0 62 57 6 544 120 107
Binary 11110000 1111000 1111111 0 110010 101111 110 101100100 1010000 1000111

Color Harmonies of #F0787F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0787F

Black with #F0787F

Text Example


Text Example

White with #F0787F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0787F; }

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

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

background-color css

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

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

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

border-color css

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

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

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