Html Css Color HEX #F75B7B Wild Watermelon

📋 copy color: '#F75B7B'

red 247 ◦ green 91 ◦ blue 123

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

Shades of Wild Watermelon #F75B7B

Tints of Wild Watermelon #F75B7B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.74%

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

R = 53.58%
G = 19.74%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F75B7B (or 0xF75B7B) is known color: Wild Watermelon. HEX triplet: F7, 5B and 7B. RGB value is (247,91,123). Sum of RGB (Red+Green+Blue) = 247+91+123=461 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.58% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 247 - color contains mainly: red. Hex color #F75B7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75B7B is #08A484. Grayscale: #8D8D8D. Windows color (decimal): -566405 or 8084471. OLE color: 8084471.

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

Color convert

RGB 247 91 123 -
CMYK 0 0.63 0.50 0.03
HSL 347.69º 0.91% 0.66% -
HSV(B) 347.69º 0.63% 0.97% -
XYZ 45.67 28.69 21.87 -
YUV 141.29 117.68 203.4 -
System Red Green Blue C M Y K H S L
Decimal 247 91 123 0 0.63 0.50 0.03 347.69 0.91 0.66
Hex F7 5B 7B 0 3F 32 3 15C 5B 42
Octal 367 133 173 0 77 62 3 534 133 102
Binary 11110111 1011011 1111011 0 111111 110010 11 101011100 1011011 1000010

Color Harmonies of #F75B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75B7B

Black with #F75B7B

Text Example


Text Example

White with #F75B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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