Html Css Color HEX #F06069 Froly

📋 copy color: '#F06069'

red 240 ◦ green 96 ◦ blue 105

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

Shades of Froly #F06069

Tints of Froly #F06069

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.77%

 BLUE value IS 105 (41.41% from 255) = 23.81%

R = 54.42%
G = 21.77%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F06069 (or 0xF06069) is known color: Froly. HEX triplet: F0, 60 and 69. RGB value is (240,96,105). Sum of RGB (Red+Green+Blue) = 240+96+105=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F06069 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06069 is #0F9F96. Grayscale: #8C8C8C. Windows color (decimal): -1023895 or 6906096. OLE color: 6906096.

HSL color Cylindrical-coordinate representation of color #F06069: hue angle of 356.25º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F06069 is Cyan = 0, Magento = 0.6, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 96 105 -
CMYK 0 0.6 0.56 0.06
HSL 356.25º 0.83% 0.66% -
HSV(B) 356.25º 0.6% 0.94% -
XYZ 42.67 27.91 16.5 -
YUV 140.08 108.21 199.27 -
System Red Green Blue C M Y K H S L
Decimal 240 96 105 0 0.6 0.56 0.06 356.25 0.83 0.66
Hex F0 60 69 0 3C 38 6 164 53 42
Octal 360 140 151 0 74 70 6 544 123 102
Binary 11110000 1100000 1101001 0 111100 111000 110 101100100 1010011 1000010

Color Harmonies of #F06069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06069

Black with #F06069

Text Example


Text Example

White with #F06069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06069; }

 p { color: rgb(240,96,105); }

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

background-color css

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

 a { background-color: rgb(240,96,105); }

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

border-color css

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

 span { border-color: rgb(240,96,105); }

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