Html Css Color HEX #F9527C Wild Watermelon

📋 copy color: '#F9527C'

red 249 ◦ green 82 ◦ blue 124

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

Shades of Wild Watermelon #F9527C

Tints of Wild Watermelon #F9527C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.25%

R = 54.73%
G = 18.02%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F9527C (or 0xF9527C) is known color: Wild Watermelon. HEX triplet: F9, 52 and 7C. RGB value is (249,82,124). Sum of RGB (Red+Green+Blue) = 249+82+124=455 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.73% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 249 - color contains mainly: red. Hex color #F9527C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9527C is #06AD83. Grayscale: #888888. Windows color (decimal): -437636 or 8147705. OLE color: 8147705.

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

Color convert

RGB 249 82 124 -
CMYK 0 0.67 0.50 0.02
HSL 344.91º 0.93% 0.65% -
HSV(B) 344.91º 0.67% 0.98% -
XYZ 45.72 27.63 21.99 -
YUV 136.72 120.83 208.08 -
System Red Green Blue C M Y K H S L
Decimal 249 82 124 0 0.67 0.50 0.02 344.91 0.93 0.65
Hex F9 52 7C 0 43 32 2 159 5D 41
Octal 371 122 174 0 103 62 2 531 135 101
Binary 11111001 1010010 1111100 0 1000011 110010 10 101011001 1011101 1000001

Color Harmonies of #F9527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9527C

Black with #F9527C

Text Example


Text Example

White with #F9527C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9527C; }

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

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

background-color css

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

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

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

border-color css

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

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

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