Html Css Color HEX #F9526F Wild Watermelon

📋 copy color: '#F9526F'

red 249 ◦ green 82 ◦ blue 111

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

Shades of Wild Watermelon #F9526F

Tints of Wild Watermelon #F9526F

RGB

 RED value IS 249 (97.66% from 255) = 56.33%

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

 BLUE value IS 111 (43.75% from 255) = 25.11%

R = 56.33%
G = 18.55%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F9526F (or 0xF9526F) is known color: Wild Watermelon. HEX triplet: F9, 52 and 6F. RGB value is (249,82,111). Sum of RGB (Red+Green+Blue) = 249+82+111=442 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.33% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 249 - color contains mainly: red. Hex color #F9526F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9526F is #06AD90. Grayscale: #878787. Windows color (decimal): -437649 or 7295737. OLE color: 7295737.

HSL color Cylindrical-coordinate representation of color #F9526F: hue angle of 349.58º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F9526F is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 82 111 -
CMYK 0 0.67 0.55 0.02
HSL 349.58º 0.93% 0.65% -
HSV(B) 349.58º 0.67% 0.98% -
XYZ 44.95 27.32 17.94 -
YUV 135.24 114.33 209.14 -
System Red Green Blue C M Y K H S L
Decimal 249 82 111 0 0.67 0.55 0.02 349.58 0.93 0.65
Hex F9 52 6F 0 43 37 2 15E 5D 41
Octal 371 122 157 0 103 67 2 536 135 101
Binary 11111001 1010010 1101111 0 1000011 110111 10 101011110 1011101 1000001

Color Harmonies of #F9526F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9526F

Black with #F9526F

Text Example


Text Example

White with #F9526F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9526F; }

 p { color: rgb(249,82,111); }

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

background-color css

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

 a { background-color: rgb(249,82,111); }

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

border-color css

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

 span { border-color: rgb(249,82,111); }

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