Html Css Color HEX #F06779 Froly

📋 copy color: '#F06779'

red 240 ◦ green 103 ◦ blue 121

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

Shades of Froly #F06779

Tints of Froly #F06779

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.2%

 BLUE value IS 121 (47.66% from 255) = 26.08%

R = 51.72%
G = 22.2%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F06779 (or 0xF06779) is known color: Froly. HEX triplet: F0, 67 and 79. RGB value is (240,103,121). Sum of RGB (Red+Green+Blue) = 240+103+121=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 103 (40.62% from 255 or 22.20% from 464); Blue value is 121 (47.66% from 255 or 26.08% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F06779 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06779 is #0F9886. Grayscale: #929292. Windows color (decimal): -1022087 or 7956464. OLE color: 7956464.

HSL color Cylindrical-coordinate representation of color #F06779: hue angle of 352.12º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F06779 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 103 121 -
CMYK 0 0.57 0.50 0.06
HSL 352.12º 0.82% 0.67% -
HSV(B) 352.12º 0.57% 0.94% -
XYZ 44.24 29.61 21.47 -
YUV 146.02 113.89 195.04 -
System Red Green Blue C M Y K H S L
Decimal 240 103 121 0 0.57 0.50 0.06 352.12 0.82 0.67
Hex F0 67 79 0 39 32 6 160 52 43
Octal 360 147 171 0 71 62 6 540 122 103
Binary 11110000 1100111 1111001 0 111001 110010 110 101100000 1010010 1000011

Color Harmonies of #F06779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06779

Black with #F06779

Text Example


Text Example

White with #F06779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06779; }

 p { color: rgb(240,103,121); }

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

background-color css

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

 a { background-color: rgb(240,103,121); }

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

border-color css

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

 span { border-color: rgb(240,103,121); }

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