Html Css Color HEX #F66970 Froly

📋 copy color: '#F66970'

red 246 ◦ green 105 ◦ blue 112

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

Shades of Froly #F66970

Tints of Froly #F66970

RGB

 RED value IS 246 (96.48% from 255) = 53.13%

 GREEN value IS 105 (41.41% from 255) = 22.68%

 BLUE value IS 112 (44.14% from 255) = 24.19%

R = 53.13%
G = 22.68%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F66970 (or 0xF66970) is known color: Froly. HEX triplet: F6, 69 and 70. RGB value is (246,105,112). Sum of RGB (Red+Green+Blue) = 246+105+112=463 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.13% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 246 - color contains mainly: red. Hex color #F66970 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66970 is #09968F. Grayscale: #949494. Windows color (decimal): -628368 or 7367158. OLE color: 7367158.

HSL color Cylindrical-coordinate representation of color #F66970: hue angle of 357.02º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F66970 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 105 112 -
CMYK 0 0.57 0.54 0.04
HSL 357.02º 0.89% 0.69% -
HSV(B) 357.02º 0.57% 0.96% -
XYZ 45.98 30.87 18.86 -
YUV 147.96 107.71 197.93 -
System Red Green Blue C M Y K H S L
Decimal 246 105 112 0 0.57 0.54 0.04 357.02 0.89 0.69
Hex F6 69 70 0 39 36 4 165 59 45
Octal 366 151 160 0 71 66 4 545 131 105
Binary 11110110 1101001 1110000 0 111001 110110 100 101100101 1011001 1000101

Color Harmonies of #F66970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66970

Black with #F66970

Text Example


Text Example

White with #F66970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66970; }

 p { color: rgb(246,105,112); }

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

background-color css

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

 a { background-color: rgb(246,105,112); }

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

border-color css

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

 span { border-color: rgb(246,105,112); }

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