Html Css Color HEX #F7575A Wild Watermelon

📋 copy color: '#F7575A'

red 247 ◦ green 87 ◦ blue 90

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

Shades of Wild Watermelon #F7575A

Tints of Wild Watermelon #F7575A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.23%

R = 58.25%
G = 20.52%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F7575A (or 0xF7575A) is known color: Wild Watermelon. HEX triplet: F7, 57 and 5A. RGB value is (247,87,90). Sum of RGB (Red+Green+Blue) = 247+87+90=424 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.25% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 247 - color contains mainly: red. Hex color #F7575A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7575A is #08A8A5. Grayscale: #878787. Windows color (decimal): -567462 or 5920759. OLE color: 5920759.

HSL color Cylindrical-coordinate representation of color #F7575A: hue angle of 358.88º 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 #F7575A is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 87 90 -
CMYK 0 0.65 0.64 0.03
HSL 358.88º 0.91% 0.65% -
HSV(B) 358.88º 0.65% 0.97% -
XYZ 43.61 27.33 12.65 -
YUV 135.18 102.51 207.76 -
System Red Green Blue C M Y K H S L
Decimal 247 87 90 0 0.65 0.64 0.03 358.88 0.91 0.65
Hex F7 57 5A 0 41 40 3 167 5B 41
Octal 367 127 132 0 101 100 3 547 133 101
Binary 11110111 1010111 1011010 0 1000001 1000000 11 101100111 1011011 1000001

Color Harmonies of #F7575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7575A

Black with #F7575A

Text Example


Text Example

White with #F7575A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7575A; }

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

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

background-color css

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

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

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

border-color css

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

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

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