Html Css Color HEX #FA5378 Wild Watermelon

📋 copy color: '#FA5378'

red 250 ◦ green 83 ◦ blue 120

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

Shades of Wild Watermelon #FA5378

Tints of Wild Watermelon #FA5378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.49%

R = 55.19%
G = 18.32%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA5378 (or 0xFA5378) is known color: Wild Watermelon. HEX triplet: FA, 53 and 78. RGB value is (250,83,120). Sum of RGB (Red+Green+Blue) = 250+83+120=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5378 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5378 is #05AC87. Grayscale: #898989. Windows color (decimal): -371848 or 7885818. OLE color: 7885818.

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

Color convert

RGB 250 83 120 -
CMYK 0 0.67 0.52 0.02
HSL 346.71º 0.94% 0.65% -
HSV(B) 346.71º 0.67% 0.98% -
XYZ 45.91 27.87 20.73 -
YUV 137.15 118.33 208.49 -
System Red Green Blue C M Y K H S L
Decimal 250 83 120 0 0.67 0.52 0.02 346.71 0.94 0.65
Hex FA 53 78 0 43 34 2 15B 5E 41
Octal 372 123 170 0 103 64 2 533 136 101
Binary 11111010 1010011 1111000 0 1000011 110100 10 101011011 1011110 1000001

Color Harmonies of #FA5378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5378

Black with #FA5378

Text Example


Text Example

White with #FA5378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5378; }

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

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

background-color css

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

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

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

border-color css

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

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

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