Html Css Color HEX #F06771 Froly

📋 copy color: '#F06771'

red 240 ◦ green 103 ◦ blue 113

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

Shades of Froly #F06771

Tints of Froly #F06771

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.59%

 BLUE value IS 113 (44.53% from 255) = 24.78%

R = 52.63%
G = 22.59%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F06771 (or 0xF06771) is known color: Froly. HEX triplet: F0, 67 and 71. RGB value is (240,103,113). Sum of RGB (Red+Green+Blue) = 240+103+113=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F06771 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06771 is #0F988E. Grayscale: #919191. Windows color (decimal): -1022095 or 7432176. OLE color: 7432176.

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

Color convert

RGB 240 103 113 -
CMYK 0 0.57 0.53 0.06
HSL 355.62º 0.82% 0.67% -
HSV(B) 355.62º 0.57% 0.94% -
XYZ 43.77 29.42 18.99 -
YUV 145.1 109.89 195.69 -
System Red Green Blue C M Y K H S L
Decimal 240 103 113 0 0.57 0.53 0.06 355.62 0.82 0.67
Hex F0 67 71 0 39 35 6 164 52 43
Octal 360 147 161 0 71 65 6 544 122 103
Binary 11110000 1100111 1110001 0 111001 110101 110 101100100 1010010 1000011

Color Harmonies of #F06771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06771

Black with #F06771

Text Example


Text Example

White with #F06771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06771; }

 p { color: rgb(240,103,113); }

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

background-color css

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

 a { background-color: rgb(240,103,113); }

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

border-color css

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

 span { border-color: rgb(240,103,113); }

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