Html Css Color HEX #F66F74 Froly

📋 copy color: '#F66F74'

red 246 ◦ green 111 ◦ blue 116

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

Shades of Froly #F66F74

Tints of Froly #F66F74

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.47%

 BLUE value IS 116 (45.7% from 255) = 24.52%

R = 52.01%
G = 23.47%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F66F74 (or 0xF66F74) is known color: Froly. HEX triplet: F6, 6F and 74. RGB value is (246,111,116). Sum of RGB (Red+Green+Blue) = 246+111+116=473 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.01% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 246 - color contains mainly: red. Hex color #F66F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66F74 is #09908B. Grayscale: #989898. Windows color (decimal): -626828 or 7630838. OLE color: 7630838.

HSL color Cylindrical-coordinate representation of color #F66F74: hue angle of 357.78º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F66F74 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 111 116 -
CMYK 0 0.55 0.53 0.04
HSL 357.78º 0.88% 0.7% -
HSV(B) 357.78º 0.55% 0.96% -
XYZ 46.84 32.22 20.27 -
YUV 151.94 107.73 195.09 -
System Red Green Blue C M Y K H S L
Decimal 246 111 116 0 0.55 0.53 0.04 357.78 0.88 0.7
Hex F6 6F 74 0 37 35 4 166 58 46
Octal 366 157 164 0 67 65 4 546 130 106
Binary 11110110 1101111 1110100 0 110111 110101 100 101100110 1011000 1000110

Color Harmonies of #F66F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66F74

Black with #F66F74

Text Example


Text Example

White with #F66F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66F74; }

 p { color: rgb(246,111,116); }

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

background-color css

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

 a { background-color: rgb(246,111,116); }

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

border-color css

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

 span { border-color: rgb(246,111,116); }

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