Html Css Color HEX #FA4F74 Wild Watermelon

📋 copy color: '#FA4F74'

red 250 ◦ green 79 ◦ blue 116

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

Shades of Wild Watermelon #FA4F74

Tints of Wild Watermelon #FA4F74

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.75%

 BLUE value IS 116 (45.7% from 255) = 26.07%

R = 56.18%
G = 17.75%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA4F74 (or 0xFA4F74) is known color: Wild Watermelon. HEX triplet: FA, 4F and 74. RGB value is (250,79,116). Sum of RGB (Red+Green+Blue) = 250+79+116=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 79 (31.25% from 255 or 17.75% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4F74 is #05B08B. Grayscale: #868686. Windows color (decimal): -372876 or 7622650. OLE color: 7622650.

HSL color Cylindrical-coordinate representation of color #FA4F74: hue angle of 347.02º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA4F74 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 79 116 -
CMYK 0 0.68 0.54 0.02
HSL 347.02º 0.94% 0.65% -
HSV(B) 347.02º 0.68% 0.98% -
XYZ 45.37 27.18 19.38 -
YUV 134.35 117.65 210.49 -
System Red Green Blue C M Y K H S L
Decimal 250 79 116 0 0.68 0.54 0.02 347.02 0.94 0.65
Hex FA 4F 74 0 44 36 2 15B 5E 41
Octal 372 117 164 0 104 66 2 533 136 101
Binary 11111010 1001111 1110100 0 1000100 110110 10 101011011 1011110 1000001

Color Harmonies of #FA4F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4F74

Black with #FA4F74

Text Example


Text Example

White with #FA4F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4F74; }

 p { color: rgb(250,79,116); }

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

background-color css

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

 a { background-color: rgb(250,79,116); }

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

border-color css

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

 span { border-color: rgb(250,79,116); }

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