Html Css Color HEX #F75067 Wild Watermelon

📋 copy color: '#F75067'

red 247 ◦ green 80 ◦ blue 103

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

Shades of Wild Watermelon #F75067

Tints of Wild Watermelon #F75067

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.6%

 BLUE value IS 103 (40.63% from 255) = 23.95%

R = 57.44%
G = 18.6%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F75067 (or 0xF75067) is known color: Wild Watermelon. HEX triplet: F7, 50 and 67. RGB value is (247,80,103). Sum of RGB (Red+Green+Blue) = 247+80+103=430 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.44% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 103 (40.62% from 255 or 23.95% from 430); Max value from RGB is 247 - color contains mainly: red. Hex color #F75067 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75067 is #08AF98. Grayscale: #848484. Windows color (decimal): -569241 or 6770935. OLE color: 6770935.

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

Color convert

RGB 247 80 103 -
CMYK 0 0.68 0.58 0.03
HSL 351.74º 0.91% 0.64% -
HSV(B) 351.74º 0.68% 0.97% -
XYZ 43.67 26.49 15.64 -
YUV 132.56 111.33 209.63 -
System Red Green Blue C M Y K H S L
Decimal 247 80 103 0 0.68 0.58 0.03 351.74 0.91 0.64
Hex F7 50 67 0 44 3A 3 160 5B 40
Octal 367 120 147 0 104 72 3 540 133 100
Binary 11110111 1010000 1100111 0 1000100 111010 11 101100000 1011011 1000000

Color Harmonies of #F75067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75067

Black with #F75067

Text Example


Text Example

White with #F75067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75067; }

 p { color: rgb(247,80,103); }

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

background-color css

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

 a { background-color: rgb(247,80,103); }

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

border-color css

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

 span { border-color: rgb(247,80,103); }

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