Html Css Color HEX #F45075 Wild Watermelon

📋 copy color: '#F45075'

red 244 ◦ green 80 ◦ blue 117

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

Shades of Wild Watermelon #F45075

Tints of Wild Watermelon #F45075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.53%

R = 55.33%
G = 18.14%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F45075 (or 0xF45075) is known color: Wild Watermelon. HEX triplet: F4, 50 and 75. RGB value is (244,80,117). Sum of RGB (Red+Green+Blue) = 244+80+117=441 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.33% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 244 - color contains mainly: red. Hex color #F45075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45075 is #0BAF8A. Grayscale: #858585. Windows color (decimal): -765835 or 7688436. OLE color: 7688436.

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

Color convert

RGB 244 80 117 -
CMYK 0 0.67 0.52 0.04
HSL 346.46º 0.88% 0.64% -
HSV(B) 346.46º 0.67% 0.96% -
XYZ 43.39 26.25 19.61 -
YUV 133.25 118.83 206.99 -
System Red Green Blue C M Y K H S L
Decimal 244 80 117 0 0.67 0.52 0.04 346.46 0.88 0.64
Hex F4 50 75 0 43 34 4 15A 58 40
Octal 364 120 165 0 103 64 4 532 130 100
Binary 11110100 1010000 1110101 0 1000011 110100 100 101011010 1011000 1000000

Color Harmonies of #F45075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45075

Black with #F45075

Text Example


Text Example

White with #F45075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45075; }

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

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

background-color css

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

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

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

border-color css

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

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

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