Html Css Color HEX #F9507E Wild Watermelon

📋 copy color: '#F9507E'

red 249 ◦ green 80 ◦ blue 126

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

Shades of Wild Watermelon #F9507E

Tints of Wild Watermelon #F9507E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.58%

 BLUE value IS 126 (49.61% from 255) = 27.69%

R = 54.73%
G = 17.58%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F9507E (or 0xF9507E) is known color: Wild Watermelon. HEX triplet: F9, 50 and 7E. RGB value is (249,80,126). Sum of RGB (Red+Green+Blue) = 249+80+126=455 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.73% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 249 - color contains mainly: red. Hex color #F9507E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9507E is #06AF81. Grayscale: #878787. Windows color (decimal): -438146 or 8278265. OLE color: 8278265.

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

Color convert

RGB 249 80 126 -
CMYK 0 0.68 0.49 0.02
HSL 343.67º 0.93% 0.65% -
HSV(B) 343.67º 0.68% 0.98% -
XYZ 45.7 27.38 22.62 -
YUV 135.78 122.49 208.76 -
System Red Green Blue C M Y K H S L
Decimal 249 80 126 0 0.68 0.49 0.02 343.67 0.93 0.65
Hex F9 50 7E 0 44 31 2 158 5D 41
Octal 371 120 176 0 104 61 2 530 135 101
Binary 11111001 1010000 1111110 0 1000100 110001 10 101011000 1011101 1000001

Color Harmonies of #F9507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9507E

Black with #F9507E

Text Example


Text Example

White with #F9507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9507E; }

 p { color: rgb(249,80,126); }

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

background-color css

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

 a { background-color: rgb(249,80,126); }

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

border-color css

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

 span { border-color: rgb(249,80,126); }

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