Html Css Color HEX #F9525D Wild Watermelon

📋 copy color: '#F9525D'

red 249 ◦ green 82 ◦ blue 93

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

Shades of Wild Watermelon #F9525D

Tints of Wild Watermelon #F9525D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.93%

R = 58.73%
G = 19.34%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F9525D (or 0xF9525D) is known color: Wild Watermelon. HEX triplet: F9, 52 and 5D. RGB value is (249,82,93). Sum of RGB (Red+Green+Blue) = 249+82+93=424 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.73% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 249 - color contains mainly: red. Hex color #F9525D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9525D is #06ADA2. Grayscale: #858585. Windows color (decimal): -437667 or 6116089. OLE color: 6116089.

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

Color convert

RGB 249 82 93 -
CMYK 0 0.67 0.63 0.02
HSL 356.05º 0.93% 0.65% -
HSV(B) 356.05º 0.67% 0.98% -
XYZ 44.06 26.96 13.24 -
YUV 133.19 105.33 210.61 -
System Red Green Blue C M Y K H S L
Decimal 249 82 93 0 0.67 0.63 0.02 356.05 0.93 0.65
Hex F9 52 5D 0 43 3F 2 164 5D 41
Octal 371 122 135 0 103 77 2 544 135 101
Binary 11111001 1010010 1011101 0 1000011 111111 10 101100100 1011101 1000001

Color Harmonies of #F9525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9525D

Black with #F9525D

Text Example


Text Example

White with #F9525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9525D; }

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

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

background-color css

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

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

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

border-color css

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

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

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