Html Css Color HEX #F5527A Wild Watermelon

📋 copy color: '#F5527A'

red 245 ◦ green 82 ◦ blue 122

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

Shades of Wild Watermelon #F5527A

Tints of Wild Watermelon #F5527A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.26%

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

R = 54.57%
G = 18.26%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5527A (or 0xF5527A) is known color: Wild Watermelon. HEX triplet: F5, 52 and 7A. RGB value is (245,82,122). Sum of RGB (Red+Green+Blue) = 245+82+122=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F5527A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5527A is #0AAD85. Grayscale: #878787. Windows color (decimal): -699782 or 8016629. OLE color: 8016629.

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

Color convert

RGB 245 82 122 -
CMYK 0 0.67 0.50 0.04
HSL 345.28º 0.89% 0.64% -
HSV(B) 345.28º 0.67% 0.96% -
XYZ 44.19 26.85 21.27 -
YUV 135.3 120.5 206.25 -
System Red Green Blue C M Y K H S L
Decimal 245 82 122 0 0.67 0.50 0.04 345.28 0.89 0.64
Hex F5 52 7A 0 43 32 4 159 59 40
Octal 365 122 172 0 103 62 4 531 131 100
Binary 11110101 1010010 1111010 0 1000011 110010 100 101011001 1011001 1000000

Color Harmonies of #F5527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5527A

Black with #F5527A

Text Example


Text Example

White with #F5527A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5527A; }

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

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

background-color css

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

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

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

border-color css

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

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

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