Html Css Color HEX #F45064 Wild Watermelon

📋 copy color: '#F45064'

red 244 ◦ green 80 ◦ blue 100

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

Shades of Wild Watermelon #F45064

Tints of Wild Watermelon #F45064

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.87%

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

R = 57.55%
G = 18.87%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F45064 (or 0xF45064) is known color: Wild Watermelon. HEX triplet: F4, 50 and 64. RGB value is (244,80,100). Sum of RGB (Red+Green+Blue) = 244+80+100=424 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.55% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 244 - color contains mainly: red. Hex color #F45064 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45064 is #0BAF9B. Grayscale: #838383. Windows color (decimal): -765852 or 6574324. OLE color: 6574324.

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

Color convert

RGB 244 80 100 -
CMYK 0 0.67 0.59 0.04
HSL 352.68º 0.88% 0.64% -
HSV(B) 352.68º 0.67% 0.96% -
XYZ 42.48 25.89 14.82 -
YUV 131.32 110.33 208.37 -
System Red Green Blue C M Y K H S L
Decimal 244 80 100 0 0.67 0.59 0.04 352.68 0.88 0.64
Hex F4 50 64 0 43 3B 4 161 58 40
Octal 364 120 144 0 103 73 4 541 130 100
Binary 11110100 1010000 1100100 0 1000011 111011 100 101100001 1011000 1000000

Color Harmonies of #F45064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45064

Black with #F45064

Text Example


Text Example

White with #F45064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45064; }

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

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

background-color css

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

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

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

border-color css

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

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

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