Html Css Color HEX #F75A5E Wild Watermelon

📋 copy color: '#F75A5E'

red 247 ◦ green 90 ◦ blue 94

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

Shades of Wild Watermelon #F75A5E

Tints of Wild Watermelon #F75A5E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.88%

 BLUE value IS 94 (37.11% from 255) = 21.81%

R = 57.31%
G = 20.88%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F75A5E (or 0xF75A5E) is known color: Wild Watermelon. HEX triplet: F7, 5A and 5E. RGB value is (247,90,94). Sum of RGB (Red+Green+Blue) = 247+90+94=431 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.31% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 247 - color contains mainly: red. Hex color #F75A5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75A5E is #08A5A1. Grayscale: #898989. Windows color (decimal): -566690 or 6183671. OLE color: 6183671.

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

Color convert

RGB 247 90 94 -
CMYK 0 0.64 0.62 0.03
HSL 358.47º 0.91% 0.66% -
HSV(B) 358.47º 0.64% 0.97% -
XYZ 44.03 27.89 13.65 -
YUV 137.4 103.51 206.17 -
System Red Green Blue C M Y K H S L
Decimal 247 90 94 0 0.64 0.62 0.03 358.47 0.91 0.66
Hex F7 5A 5E 0 40 3E 3 166 5B 42
Octal 367 132 136 0 100 76 3 546 133 102
Binary 11110111 1011010 1011110 0 1000000 111110 11 101100110 1011011 1000010

Color Harmonies of #F75A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75A5E

Black with #F75A5E

Text Example


Text Example

White with #F75A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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