Html Css Color HEX #F75273 Wild Watermelon

📋 copy color: '#F75273'

red 247 ◦ green 82 ◦ blue 115

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

Shades of Wild Watermelon #F75273

Tints of Wild Watermelon #F75273

RGB

 RED value IS 247 (96.88% from 255) = 55.63%

 GREEN value IS 82 (32.42% from 255) = 18.47%

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

R = 55.63%
G = 18.47%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F75273 (or 0xF75273) is known color: Wild Watermelon. HEX triplet: F7, 52 and 73. RGB value is (247,82,115). Sum of RGB (Red+Green+Blue) = 247+82+115=444 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.63% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 247 - color contains mainly: red. Hex color #F75273 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75273 is #08AD8C. Grayscale: #878787. Windows color (decimal): -568717 or 7557879. OLE color: 7557879.

HSL color Cylindrical-coordinate representation of color #F75273: hue angle of 348º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F75273 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 82 115 -
CMYK 0 0.67 0.53 0.03
HSL 348º 0.91% 0.65% -
HSV(B) 348º 0.67% 0.97% -
XYZ 44.47 27.05 19.1 -
YUV 135.1 116.66 207.82 -
System Red Green Blue C M Y K H S L
Decimal 247 82 115 0 0.67 0.53 0.03 348 0.91 0.65
Hex F7 52 73 0 43 35 3 15C 5B 41
Octal 367 122 163 0 103 65 3 534 133 101
Binary 11110111 1010010 1110011 0 1000011 110101 11 101011100 1011011 1000001

Color Harmonies of #F75273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75273

Black with #F75273

Text Example


Text Example

White with #F75273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75273; }

 p { color: rgb(247,82,115); }

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

background-color css

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

 a { background-color: rgb(247,82,115); }

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

border-color css

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

 span { border-color: rgb(247,82,115); }

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