Html Css Color HEX #F0767A Froly

📋 copy color: '#F0767A'

red 240 ◦ green 118 ◦ blue 122

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

Shades of Froly #F0767A

Tints of Froly #F0767A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.42%

R = 50%
G = 24.58%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0767A (or 0xF0767A) is known color: Froly. HEX triplet: F0, 76 and 7A. RGB value is (240,118,122). Sum of RGB (Red+Green+Blue) = 240+118+122=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F0767A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0767A is #0F8985. Grayscale: #9B9B9B. Windows color (decimal): -1018246 or 8025840. OLE color: 8025840.

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

Color convert

RGB 240 118 122 -
CMYK 0 0.51 0.49 0.06
HSL 358.03º 0.8% 0.7% -
HSV(B) 358.03º 0.51% 0.94% -
XYZ 45.93 32.89 22.34 -
YUV 154.93 109.42 188.67 -
System Red Green Blue C M Y K H S L
Decimal 240 118 122 0 0.51 0.49 0.06 358.03 0.8 0.7
Hex F0 76 7A 0 33 31 6 166 50 46
Octal 360 166 172 0 63 61 6 546 120 106
Binary 11110000 1110110 1111010 0 110011 110001 110 101100110 1010000 1000110

Color Harmonies of #F0767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0767A

Black with #F0767A

Text Example


Text Example

White with #F0767A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0767A; }

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

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

background-color css

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

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

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

border-color css

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

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

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