Html Css Color HEX #F5567A Wild Watermelon

📋 copy color: '#F5567A'

red 245 ◦ green 86 ◦ blue 122

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

Shades of Wild Watermelon #F5567A

Tints of Wild Watermelon #F5567A

RGB

 RED value IS 245 (96.09% from 255) = 54.08%

 GREEN value IS 86 (33.98% from 255) = 18.98%

 BLUE value IS 122 (48.05% from 255) = 26.93%

R = 54.08%
G = 18.98%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5567A (or 0xF5567A) is known color: Wild Watermelon. HEX triplet: F5, 56 and 7A. RGB value is (245,86,122). Sum of RGB (Red+Green+Blue) = 245+86+122=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F5567A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5567A is #0AA985. Grayscale: #898989. Windows color (decimal): -698758 or 8017653. OLE color: 8017653.

HSL color Cylindrical-coordinate representation of color #F5567A: hue angle of 346.42º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F5567A is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 86 122 -
CMYK 0 0.65 0.50 0.04
HSL 346.42º 0.89% 0.65% -
HSV(B) 346.42º 0.65% 0.96% -
XYZ 44.5 27.47 21.37 -
YUV 137.65 119.18 204.57 -
System Red Green Blue C M Y K H S L
Decimal 245 86 122 0 0.65 0.50 0.04 346.42 0.89 0.65
Hex F5 56 7A 0 41 32 4 15A 59 41
Octal 365 126 172 0 101 62 4 532 131 101
Binary 11110101 1010110 1111010 0 1000001 110010 100 101011010 1011001 1000001

Color Harmonies of #F5567A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5567A

Black with #F5567A

Text Example


Text Example

White with #F5567A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5567A; }

 p { color: rgb(245,86,122); }

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

background-color css

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

 a { background-color: rgb(245,86,122); }

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

border-color css

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

 span { border-color: rgb(245,86,122); }

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