Html Css Color HEX #FA4E78 Wild Watermelon

📋 copy color: '#FA4E78'

red 250 ◦ green 78 ◦ blue 120

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

Shades of Wild Watermelon #FA4E78

Tints of Wild Watermelon #FA4E78

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.41%

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

R = 55.8%
G = 17.41%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA4E78 (or 0xFA4E78) is known color: Wild Watermelon. HEX triplet: FA, 4E and 78. RGB value is (250,78,120). Sum of RGB (Red+Green+Blue) = 250+78+120=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4E78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4E78 is #05B187. Grayscale: #868686. Windows color (decimal): -373128 or 7884538. OLE color: 7884538.

HSL color Cylindrical-coordinate representation of color #FA4E78: hue angle of 345.35º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA4E78 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 78 120 -
CMYK 0 0.69 0.52 0.02
HSL 345.35º 0.95% 0.64% -
HSV(B) 345.35º 0.69% 0.98% -
XYZ 45.54 27.13 20.61 -
YUV 134.22 119.98 210.58 -
System Red Green Blue C M Y K H S L
Decimal 250 78 120 0 0.69 0.52 0.02 345.35 0.95 0.64
Hex FA 4E 78 0 45 34 2 159 5F 40
Octal 372 116 170 0 105 64 2 531 137 100
Binary 11111010 1001110 1111000 0 1000101 110100 10 101011001 1011111 1000000

Color Harmonies of #FA4E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4E78

Black with #FA4E78

Text Example


Text Example

White with #FA4E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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