Html Css Color HEX #F75D70 Wild Watermelon

📋 copy color: '#F75D70'

red 247 ◦ green 93 ◦ blue 112

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

Shades of Wild Watermelon #F75D70

Tints of Wild Watermelon #F75D70

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.58%

 BLUE value IS 112 (44.14% from 255) = 24.78%

R = 54.65%
G = 20.58%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F75D70 (or 0xF75D70) is known color: Wild Watermelon. HEX triplet: F7, 5D and 70. RGB value is (247,93,112). Sum of RGB (Red+Green+Blue) = 247+93+112=452 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.65% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 247 - color contains mainly: red. Hex color #F75D70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75D70 is #08A28F. Grayscale: #8D8D8D. Windows color (decimal): -565904 or 7364087. OLE color: 7364087.

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

Color convert

RGB 247 93 112 -
CMYK 0 0.62 0.55 0.03
HSL 352.6º 0.91% 0.67% -
HSV(B) 352.6º 0.62% 0.97% -
XYZ 45.2 28.77 18.5 -
YUV 141.21 111.52 203.46 -
System Red Green Blue C M Y K H S L
Decimal 247 93 112 0 0.62 0.55 0.03 352.6 0.91 0.67
Hex F7 5D 70 0 3E 37 3 161 5B 43
Octal 367 135 160 0 76 67 3 541 133 103
Binary 11110111 1011101 1110000 0 111110 110111 11 101100001 1011011 1000011

Color Harmonies of #F75D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75D70

Black with #F75D70

Text Example


Text Example

White with #F75D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75D70; }

 p { color: rgb(247,93,112); }

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

background-color css

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

 a { background-color: rgb(247,93,112); }

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

border-color css

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

 span { border-color: rgb(247,93,112); }

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