Html Css Color HEX #F06374 Froly

📋 copy color: '#F06374'

red 240 ◦ green 99 ◦ blue 116

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

Shades of Froly #F06374

Tints of Froly #F06374

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.76%

 BLUE value IS 116 (45.7% from 255) = 25.49%

R = 52.75%
G = 21.76%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F06374 (or 0xF06374) is known color: Froly. HEX triplet: F0, 63 and 74. RGB value is (240,99,116). Sum of RGB (Red+Green+Blue) = 240+99+116=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F06374 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06374 is #0F9C8B. Grayscale: #8F8F8F. Windows color (decimal): -1023116 or 7627760. OLE color: 7627760.

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

Color convert

RGB 240 99 116 -
CMYK 0 0.59 0.52 0.06
HSL 352.77º 0.82% 0.66% -
HSV(B) 352.77º 0.59% 0.94% -
XYZ 43.55 28.71 19.77 -
YUV 143.1 112.71 197.12 -
System Red Green Blue C M Y K H S L
Decimal 240 99 116 0 0.59 0.52 0.06 352.77 0.82 0.66
Hex F0 63 74 0 3B 34 6 161 52 42
Octal 360 143 164 0 73 64 6 541 122 102
Binary 11110000 1100011 1110100 0 111011 110100 110 101100001 1010010 1000010

Color Harmonies of #F06374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06374

Black with #F06374

Text Example


Text Example

White with #F06374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06374; }

 p { color: rgb(240,99,116); }

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

background-color css

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

 a { background-color: rgb(240,99,116); }

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

border-color css

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

 span { border-color: rgb(240,99,116); }

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