Html Css Color HEX #F06875 Froly

📋 copy color: '#F06875'

red 240 ◦ green 104 ◦ blue 117

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

Shades of Froly #F06875

Tints of Froly #F06875

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.56%

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

R = 52.06%
G = 22.56%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F06875 (or 0xF06875) is known color: Froly. HEX triplet: F0, 68 and 75. RGB value is (240,104,117). Sum of RGB (Red+Green+Blue) = 240+104+117=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F06875 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06875 is #0F978A. Grayscale: #929292. Windows color (decimal): -1021835 or 7694576. OLE color: 7694576.

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

Color convert

RGB 240 104 117 -
CMYK 0 0.57 0.51 0.06
HSL 354.26º 0.82% 0.67% -
HSV(B) 354.26º 0.57% 0.94% -
XYZ 44.1 29.71 20.24 -
YUV 146.15 111.56 194.94 -
System Red Green Blue C M Y K H S L
Decimal 240 104 117 0 0.57 0.51 0.06 354.26 0.82 0.67
Hex F0 68 75 0 39 33 6 162 52 43
Octal 360 150 165 0 71 63 6 542 122 103
Binary 11110000 1101000 1110101 0 111001 110011 110 101100010 1010010 1000011

Color Harmonies of #F06875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06875

Black with #F06875

Text Example


Text Example

White with #F06875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06875; }

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

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

background-color css

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

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

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

border-color css

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

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

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