Html Css Color HEX #FA5260 Wild Watermelon

📋 copy color: '#FA5260'

red 250 ◦ green 82 ◦ blue 96

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

Shades of Wild Watermelon #FA5260

Tints of Wild Watermelon #FA5260

RGB

 RED value IS 250 (98.05% from 255) = 58.41%

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

 BLUE value IS 96 (37.89% from 255) = 22.43%

R = 58.41%
G = 19.16%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA5260 (or 0xFA5260) is known color: Wild Watermelon. HEX triplet: FA, 52 and 60. RGB value is (250,82,96). Sum of RGB (Red+Green+Blue) = 250+82+96=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5260 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5260 is #05AD9F. Grayscale: #858585. Windows color (decimal): -372128 or 6312698. OLE color: 6312698.

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

Color convert

RGB 250 82 96 -
CMYK 0 0.67 0.62 0.02
HSL 355º 0.94% 0.65% -
HSV(B) 355º 0.67% 0.98% -
XYZ 44.55 27.2 13.97 -
YUV 133.83 106.66 210.86 -
System Red Green Blue C M Y K H S L
Decimal 250 82 96 0 0.67 0.62 0.02 355 0.94 0.65
Hex FA 52 60 0 43 3E 2 163 5E 41
Octal 372 122 140 0 103 76 2 543 136 101
Binary 11111010 1010010 1100000 0 1000011 111110 10 101100011 1011110 1000001

Color Harmonies of #FA5260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5260

Black with #FA5260

Text Example


Text Example

White with #FA5260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5260; }

 p { color: rgb(250,82,96); }

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

background-color css

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

 a { background-color: rgb(250,82,96); }

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

border-color css

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

 span { border-color: rgb(250,82,96); }

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