Html Css Color HEX #FA526D Wild Watermelon

📋 copy color: '#FA526D'

red 250 ◦ green 82 ◦ blue 109

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

Shades of Wild Watermelon #FA526D

Tints of Wild Watermelon #FA526D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.72%

R = 56.69%
G = 18.59%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA526D (or 0xFA526D) is known color: Wild Watermelon. HEX triplet: FA, 52 and 6D. RGB value is (250,82,109). Sum of RGB (Red+Green+Blue) = 250+82+109=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FA526D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA526D is #05AD92. Grayscale: #878787. Windows color (decimal): -372115 or 7164666. OLE color: 7164666.

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

Color convert

RGB 250 82 109 -
CMYK 0 0.67 0.56 0.02
HSL 350.36º 0.94% 0.65% -
HSV(B) 350.36º 0.67% 0.98% -
XYZ 45.2 27.46 17.39 -
YUV 135.31 113.16 209.8 -
System Red Green Blue C M Y K H S L
Decimal 250 82 109 0 0.67 0.56 0.02 350.36 0.94 0.65
Hex FA 52 6D 0 43 38 2 15E 5E 41
Octal 372 122 155 0 103 70 2 536 136 101
Binary 11111010 1010010 1101101 0 1000011 111000 10 101011110 1011110 1000001

Color Harmonies of #FA526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA526D

Black with #FA526D

Text Example


Text Example

White with #FA526D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA526D; }

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

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

background-color css

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

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

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

border-color css

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

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

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