Html Css Color HEX #F0767C Froly

📋 copy color: '#F0767C'

red 240 ◦ green 118 ◦ blue 124

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

Shades of Froly #F0767C

Tints of Froly #F0767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.48%

 BLUE value IS 124 (48.83% from 255) = 25.73%

R = 49.79%
G = 24.48%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0767C (or 0xF0767C) is known color: Froly. HEX triplet: F0, 76 and 7C. RGB value is (240,118,124). Sum of RGB (Red+Green+Blue) = 240+118+124=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0767C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0767C is #0F8983. Grayscale: #9B9B9B. Windows color (decimal): -1018244 or 8156912. OLE color: 8156912.

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

Color convert

RGB 240 118 124 -
CMYK 0 0.51 0.48 0.06
HSL 357.05º 0.8% 0.7% -
HSV(B) 357.05º 0.51% 0.94% -
XYZ 46.05 32.94 23 -
YUV 155.16 110.42 188.51 -
System Red Green Blue C M Y K H S L
Decimal 240 118 124 0 0.51 0.48 0.06 357.05 0.8 0.7
Hex F0 76 7C 0 33 30 6 165 50 46
Octal 360 166 174 0 63 60 6 545 120 106
Binary 11110000 1110110 1111100 0 110011 110000 110 101100101 1010000 1000110

Color Harmonies of #F0767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0767C

Black with #F0767C

Text Example


Text Example

White with #F0767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0767C; }

 p { color: rgb(240,118,124); }

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

background-color css

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

 a { background-color: rgb(240,118,124); }

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

border-color css

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

 span { border-color: rgb(240,118,124); }

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