Html Css Color HEX #F0767B Froly

📋 copy color: '#F0767B'

red 240 ◦ green 118 ◦ blue 123

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

Shades of Froly #F0767B

Tints of Froly #F0767B

RGB

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

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

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

R = 49.9%
G = 24.53%
B = 25.57%

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

#F0767B (or 0xF0767B) is known color: Froly. HEX triplet: F0, 76 and 7B. RGB value is (240,118,123). Sum of RGB (Red+Green+Blue) = 240+118+123=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F0767B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0767B is #0F8984. Grayscale: #9B9B9B. Windows color (decimal): -1018245 or 8091376. OLE color: 8091376.

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

Color convert

RGB 240 118 123 -
CMYK 0 0.51 0.49 0.06
HSL 357.54º 0.8% 0.7% -
HSV(B) 357.54º 0.51% 0.94% -
XYZ 45.99 32.91 22.67 -
YUV 155.05 109.92 188.59 -
System Red Green Blue C M Y K H S L
Decimal 240 118 123 0 0.51 0.49 0.06 357.54 0.8 0.7
Hex F0 76 7B 0 33 31 6 166 50 46
Octal 360 166 173 0 63 61 6 546 120 106
Binary 11110000 1110110 1111011 0 110011 110001 110 101100110 1010000 1000110

Color Harmonies of #F0767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0767B

Black with #F0767B

Text Example


Text Example

White with #F0767B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0767B; }

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

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

background-color css

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

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

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

border-color css

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

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

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