Html Css Color HEX #F05F73 Wild Watermelon

📋 copy color: '#F05F73'

red 240 ◦ green 95 ◦ blue 115

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

Shades of Wild Watermelon #F05F73

Tints of Wild Watermelon #F05F73

RGB

 RED value IS 240 (94.14% from 255) = 53.33%

 GREEN value IS 95 (37.5% from 255) = 21.11%

 BLUE value IS 115 (45.31% from 255) = 25.56%

R = 53.33%
G = 21.11%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F05F73 (or 0xF05F73) is known color: Wild Watermelon. HEX triplet: F0, 5F and 73. RGB value is (240,95,115). Sum of RGB (Red+Green+Blue) = 240+95+115=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05F73 is #0FA08C. Grayscale: #8C8C8C. Windows color (decimal): -1024141 or 7561200. OLE color: 7561200.

HSL color Cylindrical-coordinate representation of color #F05F73: hue angle of 351.72º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F05F73 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 95 115 -
CMYK 0 0.60 0.52 0.06
HSL 351.72º 0.83% 0.66% -
HSV(B) 351.72º 0.6% 0.94% -
XYZ 43.12 27.95 19.34 -
YUV 140.64 113.54 198.87 -
System Red Green Blue C M Y K H S L
Decimal 240 95 115 0 0.60 0.52 0.06 351.72 0.83 0.66
Hex F0 5F 73 0 3C 34 6 160 53 42
Octal 360 137 163 0 74 64 6 540 123 102
Binary 11110000 1011111 1110011 0 111100 110100 110 101100000 1010011 1000010

Color Harmonies of #F05F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05F73

Black with #F05F73

Text Example


Text Example

White with #F05F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05F73; }

 p { color: rgb(240,95,115); }

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

background-color css

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

 a { background-color: rgb(240,95,115); }

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

border-color css

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

 span { border-color: rgb(240,95,115); }

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