Html Css Color HEX #F55469 Wild Watermelon

📋 copy color: '#F55469'

red 245 ◦ green 84 ◦ blue 105

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

Shades of Wild Watermelon #F55469

Tints of Wild Watermelon #F55469

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.35%

 BLUE value IS 105 (41.41% from 255) = 24.19%

R = 56.45%
G = 19.35%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F55469 (or 0xF55469) is known color: Wild Watermelon. HEX triplet: F5, 54 and 69. RGB value is (245,84,105). Sum of RGB (Red+Green+Blue) = 245+84+105=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 105 (41.41% from 255 or 24.19% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F55469 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55469 is #0AAB96. Grayscale: #868686. Windows color (decimal): -699287 or 6903029. OLE color: 6903029.

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

Color convert

RGB 245 84 105 -
CMYK 0 0.66 0.57 0.04
HSL 352.17º 0.89% 0.65% -
HSV(B) 352.17º 0.66% 0.96% -
XYZ 43.38 26.77 16.25 -
YUV 134.53 111.34 206.79 -
System Red Green Blue C M Y K H S L
Decimal 245 84 105 0 0.66 0.57 0.04 352.17 0.89 0.65
Hex F5 54 69 0 42 39 4 160 59 41
Octal 365 124 151 0 102 71 4 540 131 101
Binary 11110101 1010100 1101001 0 1000010 111001 100 101100000 1011001 1000001

Color Harmonies of #F55469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55469

Black with #F55469

Text Example


Text Example

White with #F55469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55469; }

 p { color: rgb(245,84,105); }

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

background-color css

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

 a { background-color: rgb(245,84,105); }

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

border-color css

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

 span { border-color: rgb(245,84,105); }

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