Html Css Color HEX #FA5375 Wild Watermelon

📋 copy color: '#FA5375'

red 250 ◦ green 83 ◦ blue 117

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

Shades of Wild Watermelon #FA5375

Tints of Wild Watermelon #FA5375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.44%

 BLUE value IS 117 (46.09% from 255) = 26%

R = 55.56%
G = 18.44%
B = 26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA5375 (or 0xFA5375) is known color: Wild Watermelon. HEX triplet: FA, 53 and 75. RGB value is (250,83,117). Sum of RGB (Red+Green+Blue) = 250+83+117=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5375 is #05AC8A. Grayscale: #888888. Windows color (decimal): -371851 or 7689210. OLE color: 7689210.

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

Color convert

RGB 250 83 117 -
CMYK 0 0.67 0.53 0.02
HSL 347.78º 0.94% 0.65% -
HSV(B) 347.78º 0.67% 0.98% -
XYZ 45.73 27.79 19.78 -
YUV 136.81 116.83 208.74 -
System Red Green Blue C M Y K H S L
Decimal 250 83 117 0 0.67 0.53 0.02 347.78 0.94 0.65
Hex FA 53 75 0 43 35 2 15C 5E 41
Octal 372 123 165 0 103 65 2 534 136 101
Binary 11111010 1010011 1110101 0 1000011 110101 10 101011100 1011110 1000001

Color Harmonies of #FA5375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5375

Black with #FA5375

Text Example


Text Example

White with #FA5375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5375; }

 p { color: rgb(250,83,117); }

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

background-color css

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

 a { background-color: rgb(250,83,117); }

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

border-color css

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

 span { border-color: rgb(250,83,117); }

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