Html Css Color HEX #F55C6D Wild Watermelon

📋 copy color: '#F55C6D'

red 245 ◦ green 92 ◦ blue 109

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

Shades of Wild Watermelon #F55C6D

Tints of Wild Watermelon #F55C6D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.63%

 BLUE value IS 109 (42.97% from 255) = 24.44%

R = 54.93%
G = 20.63%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F55C6D (or 0xF55C6D) is known color: Wild Watermelon. HEX triplet: F5, 5C and 6D. RGB value is (245,92,109). Sum of RGB (Red+Green+Blue) = 245+92+109=446 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.93% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55C6D is #0AA392. Grayscale: #8B8B8B. Windows color (decimal): -697235 or 7167221. OLE color: 7167221.

HSL color Cylindrical-coordinate representation of color #F55C6D: hue angle of 353.33º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55C6D is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 92 109 -
CMYK 0 0.62 0.56 0.04
HSL 353.33º 0.88% 0.66% -
HSV(B) 353.33º 0.62% 0.96% -
XYZ 44.24 28.17 17.57 -
YUV 139.69 110.69 203.12 -
System Red Green Blue C M Y K H S L
Decimal 245 92 109 0 0.62 0.56 0.04 353.33 0.88 0.66
Hex F5 5C 6D 0 3E 38 4 161 58 42
Octal 365 134 155 0 76 70 4 541 130 102
Binary 11110101 1011100 1101101 0 111110 111000 100 101100001 1011000 1000010

Color Harmonies of #F55C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55C6D

Black with #F55C6D

Text Example


Text Example

White with #F55C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55C6D; }

 p { color: rgb(245,92,109); }

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

background-color css

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

 a { background-color: rgb(245,92,109); }

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

border-color css

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

 span { border-color: rgb(245,92,109); }

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