Html Css Color HEX #F06375 Froly

📋 copy color: '#F06375'

red 240 ◦ green 99 ◦ blue 117

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

Shades of Froly #F06375

Tints of Froly #F06375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.66%

R = 52.63%
G = 21.71%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F06375 (or 0xF06375) is known color: Froly. HEX triplet: F0, 63 and 75. RGB value is (240,99,117). Sum of RGB (Red+Green+Blue) = 240+99+117=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F06375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06375 is #0F9C8A. Grayscale: #8F8F8F. Windows color (decimal): -1023115 or 7693296. OLE color: 7693296.

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

Color convert

RGB 240 99 117 -
CMYK 0 0.59 0.51 0.06
HSL 352.34º 0.82% 0.66% -
HSV(B) 352.34º 0.59% 0.94% -
XYZ 43.61 28.73 20.08 -
YUV 143.21 113.21 197.04 -
System Red Green Blue C M Y K H S L
Decimal 240 99 117 0 0.59 0.51 0.06 352.34 0.82 0.66
Hex F0 63 75 0 3B 33 6 160 52 42
Octal 360 143 165 0 73 63 6 540 122 102
Binary 11110000 1100011 1110101 0 111011 110011 110 101100000 1010010 1000010

Color Harmonies of #F06375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06375

Black with #F06375

Text Example


Text Example

White with #F06375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06375; }

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

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

background-color css

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

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

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

border-color css

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

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

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