Html Css Color HEX #F46464 Bittersweet

📋 copy color: '#F46464'

red 244 ◦ green 100 ◦ blue 100

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

Shades of Bittersweet #F46464

Tints of Bittersweet #F46464

RGB

 RED value IS 244 (95.7% from 255) = 54.95%

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

 BLUE value IS 100 (39.45% from 255) = 22.52%

R = 54.95%
G = 22.52%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F46464 (or 0xF46464) is known color: Bittersweet. HEX triplet: F4, 64 and 64. RGB value is (244,100,100). Sum of RGB (Red+Green+Blue) = 244+100+100=444 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.95% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 244 - color contains mainly: red. Hex color #F46464 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F46464 is #0B9B9B. Grayscale: #8F8F8F. Windows color (decimal): -760732 or 6579444. OLE color: 6579444.

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

Color convert

RGB 244 100 100 -
CMYK 0 0.59 0.59 0.04
HSL 0.87% 0.67% -
HSV(B) 0.59% 0.96% -
XYZ 44.17 29.27 15.38 -
YUV 143.06 103.71 200 -
System Red Green Blue C M Y K H S L
Decimal 244 100 100 0 0.59 0.59 0.04 0 0.87 0.67
Hex F4 64 64 0 3B 3B 4 0 57 43
Octal 364 144 144 0 73 73 4 0 127 103
Binary 11110100 1100100 1100100 0 111011 111011 100 0 1010111 1000011

Color Harmonies of #F46464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F46464

Black with #F46464

Text Example


Text Example

White with #F46464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F46464; }

 p { color: rgb(244,100,100); }

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

background-color css

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

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

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

border-color css

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

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

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