Html Css Color HEX #F9527B Wild Watermelon

📋 copy color: '#F9527B'

red 249 ◦ green 82 ◦ blue 123

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

Shades of Wild Watermelon #F9527B

Tints of Wild Watermelon #F9527B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.09%

R = 54.85%
G = 18.06%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F9527B (or 0xF9527B) is known color: Wild Watermelon. HEX triplet: F9, 52 and 7B. RGB value is (249,82,123). Sum of RGB (Red+Green+Blue) = 249+82+123=454 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.85% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 249 - color contains mainly: red. Hex color #F9527B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9527B is #06AD84. Grayscale: #888888. Windows color (decimal): -437637 or 8082169. OLE color: 8082169.

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

Color convert

RGB 249 82 123 -
CMYK 0 0.67 0.51 0.02
HSL 345.27º 0.93% 0.65% -
HSV(B) 345.27º 0.67% 0.98% -
XYZ 45.66 27.6 21.66 -
YUV 136.61 120.33 208.17 -
System Red Green Blue C M Y K H S L
Decimal 249 82 123 0 0.67 0.51 0.02 345.27 0.93 0.65
Hex F9 52 7B 0 43 33 2 159 5D 41
Octal 371 122 173 0 103 63 2 531 135 101
Binary 11111001 1010010 1111011 0 1000011 110011 10 101011001 1011101 1000001

Color Harmonies of #F9527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9527B

Black with #F9527B

Text Example


Text Example

White with #F9527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9527B; }

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

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

background-color css

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

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

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

border-color css

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

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

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