Html Css Color HEX #F0526B Wild Watermelon

📋 copy color: '#F0526B'

red 240 ◦ green 82 ◦ blue 107

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

Shades of Wild Watermelon #F0526B

Tints of Wild Watermelon #F0526B

RGB

 RED value IS 240 (94.14% from 255) = 55.94%

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

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

R = 55.94%
G = 19.11%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0526B (or 0xF0526B) is known color: Wild Watermelon. HEX triplet: F0, 52 and 6B. RGB value is (240,82,107). Sum of RGB (Red+Green+Blue) = 240+82+107=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F0526B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0526B is #0FAD94. Grayscale: #848484. Windows color (decimal): -1027477 or 7033584. OLE color: 7033584.

HSL color Cylindrical-coordinate representation of color #F0526B: hue angle of 350.51º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F0526B is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 82 107 -
CMYK 0 0.66 0.55 0.06
HSL 350.51º 0.84% 0.63% -
HSV(B) 350.51º 0.66% 0.94% -
XYZ 41.61 25.62 16.66 -
YUV 132.09 113.85 204.97 -
System Red Green Blue C M Y K H S L
Decimal 240 82 107 0 0.66 0.55 0.06 350.51 0.84 0.63
Hex F0 52 6B 0 42 37 6 15F 54 3F
Octal 360 122 153 0 102 67 6 537 124 77
Binary 11110000 1010010 1101011 0 1000010 110111 110 101011111 1010100 111111

Color Harmonies of #F0526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0526B

Black with #F0526B

Text Example


Text Example

White with #F0526B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0526B; }

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

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

background-color css

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

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

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

border-color css

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

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

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