Html Css Color HEX #FA4977 Wild Watermelon

📋 copy color: '#FA4977'

red 250 ◦ green 73 ◦ blue 119

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

Shades of Wild Watermelon #FA4977

Tints of Wild Watermelon #FA4977

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.52%

 BLUE value IS 119 (46.88% from 255) = 26.92%

R = 56.56%
G = 16.52%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA4977 (or 0xFA4977) is known color: Wild Watermelon. HEX triplet: FA, 49 and 77. RGB value is (250,73,119). Sum of RGB (Red+Green+Blue) = 250+73+119=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4977 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4977 is #05B688. Grayscale: #838383. Windows color (decimal): -374409 or 7817722. OLE color: 7817722.

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

Color convert

RGB 250 73 119 -
CMYK 0 0.71 0.52 0.02
HSL 344.41º 0.95% 0.63% -
HSV(B) 344.41º 0.71% 0.98% -
XYZ 45.14 26.42 20.17 -
YUV 131.17 121.14 212.76 -
System Red Green Blue C M Y K H S L
Decimal 250 73 119 0 0.71 0.52 0.02 344.41 0.95 0.63
Hex FA 49 77 0 47 34 2 158 5F 3F
Octal 372 111 167 0 107 64 2 530 137 77
Binary 11111010 1001001 1110111 0 1000111 110100 10 101011000 1011111 111111

Color Harmonies of #FA4977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4977

Black with #FA4977

Text Example


Text Example

White with #FA4977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4977; }

 p { color: rgb(250,73,119); }

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

background-color css

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

 a { background-color: rgb(250,73,119); }

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

border-color css

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

 span { border-color: rgb(250,73,119); }

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