Html Css Color HEX #F06475 Froly

📋 copy color: '#F06475'

red 240 ◦ green 100 ◦ blue 117

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

Shades of Froly #F06475

Tints of Froly #F06475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.88%

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

R = 52.52%
G = 21.88%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F06475 (or 0xF06475) is known color: Froly. HEX triplet: F0, 64 and 75. RGB value is (240,100,117). Sum of RGB (Red+Green+Blue) = 240+100+117=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F06475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06475 is #0F9B8A. Grayscale: #8F8F8F. Windows color (decimal): -1022859 or 7693552. OLE color: 7693552.

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

Color convert

RGB 240 100 117 -
CMYK 0 0.58 0.51 0.06
HSL 352.71º 0.82% 0.67% -
HSV(B) 352.71º 0.58% 0.94% -
XYZ 43.7 28.92 20.11 -
YUV 143.8 112.88 196.62 -
System Red Green Blue C M Y K H S L
Decimal 240 100 117 0 0.58 0.51 0.06 352.71 0.82 0.67
Hex F0 64 75 0 3A 33 6 161 52 43
Octal 360 144 165 0 72 63 6 541 122 103
Binary 11110000 1100100 1110101 0 111010 110011 110 101100001 1010010 1000011

Color Harmonies of #F06475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06475

Black with #F06475

Text Example


Text Example

White with #F06475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06475; }

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

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

background-color css

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

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

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

border-color css

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

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

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