Html Css Color HEX #FA4672 Wild Watermelon

📋 copy color: '#FA4672'

red 250 ◦ green 70 ◦ blue 114

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

Shades of Wild Watermelon #FA4672

Tints of Wild Watermelon #FA4672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.13%

 BLUE value IS 114 (44.92% from 255) = 26.27%

R = 57.6%
G = 16.13%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA4672 (or 0xFA4672) is known color: Wild Watermelon. HEX triplet: FA, 46 and 72. RGB value is (250,70,114). Sum of RGB (Red+Green+Blue) = 250+70+114=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4672 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4672 is #05B98D. Grayscale: #808080. Windows color (decimal): -375182 or 7489274. OLE color: 7489274.

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

Color convert

RGB 250 70 114 -
CMYK 0 0.72 0.54 0.02
HSL 345.33º 0.95% 0.63% -
HSV(B) 345.33º 0.72% 0.98% -
XYZ 44.65 25.92 18.57 -
YUV 128.84 119.63 214.42 -
System Red Green Blue C M Y K H S L
Decimal 250 70 114 0 0.72 0.54 0.02 345.33 0.95 0.63
Hex FA 46 72 0 48 36 2 159 5F 3F
Octal 372 106 162 0 110 66 2 531 137 77
Binary 11111010 1000110 1110010 0 1001000 110110 10 101011001 1011111 111111

Color Harmonies of #FA4672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4672

Black with #FA4672

Text Example


Text Example

White with #FA4672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4672; }

 p { color: rgb(250,70,114); }

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

background-color css

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

 a { background-color: rgb(250,70,114); }

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

border-color css

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

 span { border-color: rgb(250,70,114); }

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