Html Css Color HEX #F7575B Wild Watermelon

📋 copy color: '#F7575B'

red 247 ◦ green 87 ◦ blue 91

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

Shades of Wild Watermelon #F7575B

Tints of Wild Watermelon #F7575B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.47%

 BLUE value IS 91 (35.94% from 255) = 21.41%

R = 58.12%
G = 20.47%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F7575B (or 0xF7575B) is known color: Wild Watermelon. HEX triplet: F7, 57 and 5B. RGB value is (247,87,91). Sum of RGB (Red+Green+Blue) = 247+87+91=425 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.12% from 425); Green value is 87 (34.38% from 255 or 20.47% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 247 - color contains mainly: red. Hex color #F7575B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7575B is #08A8A4. Grayscale: #878787. Windows color (decimal): -567461 or 5986295. OLE color: 5986295.

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

Color convert

RGB 247 87 91 -
CMYK 0 0.65 0.63 0.03
HSL 358.5º 0.91% 0.65% -
HSV(B) 358.5º 0.65% 0.97% -
XYZ 43.65 27.35 12.87 -
YUV 135.3 103.01 207.67 -
System Red Green Blue C M Y K H S L
Decimal 247 87 91 0 0.65 0.63 0.03 358.5 0.91 0.65
Hex F7 57 5B 0 41 3F 3 166 5B 41
Octal 367 127 133 0 101 77 3 546 133 101
Binary 11110111 1010111 1011011 0 1000001 111111 11 101100110 1011011 1000001

Color Harmonies of #F7575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7575B

Black with #F7575B

Text Example


Text Example

White with #F7575B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7575B; }

 p { color: rgb(247,87,91); }

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

background-color css

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

 a { background-color: rgb(247,87,91); }

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

border-color css

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

 span { border-color: rgb(247,87,91); }

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