Html Css Color HEX #F45063 Wild Watermelon

📋 copy color: '#F45063'

red 244 ◦ green 80 ◦ blue 99

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

Shades of Wild Watermelon #F45063

Tints of Wild Watermelon #F45063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.4%

R = 57.68%
G = 18.91%
B = 23.4%

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

#F45063 (or 0xF45063) is known color: Wild Watermelon. HEX triplet: F4, 50 and 63. RGB value is (244,80,99). Sum of RGB (Red+Green+Blue) = 244+80+99=423 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.68% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 244 - color contains mainly: red. Hex color #F45063 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45063 is #0BAF9C. Grayscale: #838383. Windows color (decimal): -765853 or 6508788. OLE color: 6508788.

HSL color Cylindrical-coordinate representation of color #F45063: hue angle of 353.05º 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 #F45063 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 80 99 -
CMYK 0 0.67 0.59 0.04
HSL 353.05º 0.88% 0.64% -
HSV(B) 353.05º 0.67% 0.96% -
XYZ 42.43 25.87 14.56 -
YUV 131.2 109.83 208.46 -
System Red Green Blue C M Y K H S L
Decimal 244 80 99 0 0.67 0.59 0.04 353.05 0.88 0.64
Hex F4 50 63 0 43 3B 4 161 58 40
Octal 364 120 143 0 103 73 4 541 130 100
Binary 11110100 1010000 1100011 0 1000011 111011 100 101100001 1011000 1000000

Color Harmonies of #F45063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45063

Black with #F45063

Text Example


Text Example

White with #F45063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45063; }

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

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

background-color css

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

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

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

border-color css

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

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

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