Html Css Color HEX #F7515F Wild Watermelon

📋 copy color: '#F7515F'

red 247 ◦ green 81 ◦ blue 95

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

Shades of Wild Watermelon #F7515F

Tints of Wild Watermelon #F7515F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.15%

 BLUE value IS 95 (37.5% from 255) = 22.46%

R = 58.39%
G = 19.15%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F7515F (or 0xF7515F) is known color: Wild Watermelon. HEX triplet: F7, 51 and 5F. RGB value is (247,81,95). Sum of RGB (Red+Green+Blue) = 247+81+95=423 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.39% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 247 - color contains mainly: red. Hex color #F7515F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7515F is #08AEA0. Grayscale: #848484. Windows color (decimal): -568993 or 6246903. OLE color: 6246903.

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

Color convert

RGB 247 81 95 -
CMYK 0 0.67 0.62 0.03
HSL 354.94º 0.91% 0.64% -
HSV(B) 354.94º 0.67% 0.97% -
XYZ 43.37 26.49 13.65 -
YUV 132.23 107 209.86 -
System Red Green Blue C M Y K H S L
Decimal 247 81 95 0 0.67 0.62 0.03 354.94 0.91 0.64
Hex F7 51 5F 0 43 3E 3 163 5B 40
Octal 367 121 137 0 103 76 3 543 133 100
Binary 11110111 1010001 1011111 0 1000011 111110 11 101100011 1011011 1000000

Color Harmonies of #F7515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7515F

Black with #F7515F

Text Example


Text Example

White with #F7515F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7515F; }

 p { color: rgb(247,81,95); }

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

background-color css

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

 a { background-color: rgb(247,81,95); }

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

border-color css

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

 span { border-color: rgb(247,81,95); }

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