Html Css Color HEX #F75A6C Wild Watermelon

📋 copy color: '#F75A6C'

red 247 ◦ green 90 ◦ blue 108

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

Shades of Wild Watermelon #F75A6C

Tints of Wild Watermelon #F75A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.27%

R = 55.51%
G = 20.22%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F75A6C (or 0xF75A6C) is known color: Wild Watermelon. HEX triplet: F7, 5A and 6C. RGB value is (247,90,108). Sum of RGB (Red+Green+Blue) = 247+90+108=445 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.51% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 247 - color contains mainly: red. Hex color #F75A6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75A6C is #08A593. Grayscale: #8B8B8B. Windows color (decimal): -566676 or 7101175. OLE color: 7101175.

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

Color convert

RGB 247 90 108 -
CMYK 0 0.64 0.56 0.03
HSL 353.12º 0.91% 0.66% -
HSV(B) 353.12º 0.64% 0.97% -
XYZ 44.72 28.17 17.27 -
YUV 139 110.51 205.04 -
System Red Green Blue C M Y K H S L
Decimal 247 90 108 0 0.64 0.56 0.03 353.12 0.91 0.66
Hex F7 5A 6C 0 40 38 3 161 5B 42
Octal 367 132 154 0 100 70 3 541 133 102
Binary 11110111 1011010 1101100 0 1000000 111000 11 101100001 1011011 1000010

Color Harmonies of #F75A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75A6C

Black with #F75A6C

Text Example


Text Example

White with #F75A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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