Html Css Color HEX #F9527F Wild Watermelon

📋 copy color: '#F9527F'

red 249 ◦ green 82 ◦ blue 127

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

Shades of Wild Watermelon #F9527F

Tints of Wild Watermelon #F9527F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.73%

R = 54.37%
G = 17.9%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F9527F (or 0xF9527F) is known color: Wild Watermelon. HEX triplet: F9, 52 and 7F. RGB value is (249,82,127). Sum of RGB (Red+Green+Blue) = 249+82+127=458 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.37% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 249 - color contains mainly: red. Hex color #F9527F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9527F is #06AD80. Grayscale: #898989. Windows color (decimal): -437633 or 8344313. OLE color: 8344313.

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

Color convert

RGB 249 82 127 -
CMYK 0 0.67 0.49 0.02
HSL 343.83º 0.93% 0.65% -
HSV(B) 343.83º 0.67% 0.98% -
XYZ 45.91 27.71 23.01 -
YUV 137.06 122.33 207.84 -
System Red Green Blue C M Y K H S L
Decimal 249 82 127 0 0.67 0.49 0.02 343.83 0.93 0.65
Hex F9 52 7F 0 43 31 2 158 5D 41
Octal 371 122 177 0 103 61 2 530 135 101
Binary 11111001 1010010 1111111 0 1000011 110001 10 101011000 1011101 1000001

Color Harmonies of #F9527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9527F

Black with #F9527F

Text Example


Text Example

White with #F9527F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9527F; }

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

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

background-color css

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

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

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

border-color css

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

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

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