Html Css Color HEX #F5526B Wild Watermelon

📋 copy color: '#F5526B'

red 245 ◦ green 82 ◦ blue 107

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

Shades of Wild Watermelon #F5526B

Tints of Wild Watermelon #F5526B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.65%

R = 56.45%
G = 18.89%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5526B (or 0xF5526B) is known color: Wild Watermelon. HEX triplet: F5, 52 and 6B. RGB value is (245,82,107). Sum of RGB (Red+Green+Blue) = 245+82+107=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 107 (42.19% from 255 or 24.65% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F5526B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5526B is #0AAD94. Grayscale: #858585. Windows color (decimal): -699797 or 7033589. OLE color: 7033589.

HSL color Cylindrical-coordinate representation of color #F5526B: hue angle of 350.8º 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 #F5526B is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 82 107 -
CMYK 0 0.67 0.56 0.04
HSL 350.8º 0.89% 0.64% -
HSV(B) 350.8º 0.67% 0.96% -
XYZ 43.33 26.51 16.74 -
YUV 133.59 113 207.47 -
System Red Green Blue C M Y K H S L
Decimal 245 82 107 0 0.67 0.56 0.04 350.8 0.89 0.64
Hex F5 52 6B 0 43 38 4 15F 59 40
Octal 365 122 153 0 103 70 4 537 131 100
Binary 11110101 1010010 1101011 0 1000011 111000 100 101011111 1011001 1000000

Color Harmonies of #F5526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5526B

Black with #F5526B

Text Example


Text Example

White with #F5526B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5526B; }

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

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

background-color css

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

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

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

border-color css

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

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

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