Html Css Color HEX #F75A7B Wild Watermelon

📋 copy color: '#F75A7B'

red 247 ◦ green 90 ◦ blue 123

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

Shades of Wild Watermelon #F75A7B

Tints of Wild Watermelon #F75A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.74%

R = 53.7%
G = 19.57%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F75A7B (or 0xF75A7B) is known color: Wild Watermelon. HEX triplet: F7, 5A and 7B. RGB value is (247,90,123). Sum of RGB (Red+Green+Blue) = 247+90+123=460 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.70% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 247 - color contains mainly: red. Hex color #F75A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75A7B is #08A584. Grayscale: #8C8C8C. Windows color (decimal): -566661 or 8084215. OLE color: 8084215.

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

Color convert

RGB 247 90 123 -
CMYK 0 0.64 0.50 0.03
HSL 347.39º 0.91% 0.66% -
HSV(B) 347.39º 0.64% 0.97% -
XYZ 45.59 28.52 21.84 -
YUV 140.71 118.01 203.82 -
System Red Green Blue C M Y K H S L
Decimal 247 90 123 0 0.64 0.50 0.03 347.39 0.91 0.66
Hex F7 5A 7B 0 40 32 3 15B 5B 42
Octal 367 132 173 0 100 62 3 533 133 102
Binary 11110111 1011010 1111011 0 1000000 110010 11 101011011 1011011 1000010

Color Harmonies of #F75A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75A7B

Black with #F75A7B

Text Example


Text Example

White with #F75A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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