Html Css Color HEX #F05B73 Wild Watermelon

📋 copy color: '#F05B73'

red 240 ◦ green 91 ◦ blue 115

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

Shades of Wild Watermelon #F05B73

Tints of Wild Watermelon #F05B73

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.4%

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

R = 53.81%
G = 20.4%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F05B73 (or 0xF05B73) is known color: Wild Watermelon. HEX triplet: F0, 5B and 73. RGB value is (240,91,115). Sum of RGB (Red+Green+Blue) = 240+91+115=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F05B73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05B73 is #0FA48C. Grayscale: #8A8A8A. Windows color (decimal): -1025165 or 7560176. OLE color: 7560176.

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

Color convert

RGB 240 91 115 -
CMYK 0 0.62 0.52 0.06
HSL 350.34º 0.83% 0.65% -
HSV(B) 350.34º 0.62% 0.94% -
XYZ 42.77 27.25 19.22 -
YUV 138.29 114.86 200.55 -
System Red Green Blue C M Y K H S L
Decimal 240 91 115 0 0.62 0.52 0.06 350.34 0.83 0.65
Hex F0 5B 73 0 3E 34 6 15E 53 41
Octal 360 133 163 0 76 64 6 536 123 101
Binary 11110000 1011011 1110011 0 111110 110100 110 101011110 1010011 1000001

Color Harmonies of #F05B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05B73

Black with #F05B73

Text Example


Text Example

White with #F05B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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