Html Css Color HEX #FA4670 Wild Watermelon

📋 copy color: '#FA4670'

red 250 ◦ green 70 ◦ blue 112

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

Shades of Wild Watermelon #FA4670

Tints of Wild Watermelon #FA4670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.93%

R = 57.87%
G = 16.2%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA4670 (or 0xFA4670) is known color: Wild Watermelon. HEX triplet: FA, 46 and 70. RGB value is (250,70,112). Sum of RGB (Red+Green+Blue) = 250+70+112=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4670 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4670 is #05B98F. Grayscale: #808080. Windows color (decimal): -375184 or 7358202. OLE color: 7358202.

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

Color convert

RGB 250 70 112 -
CMYK 0 0.72 0.55 0.02
HSL 346º 0.95% 0.63% -
HSV(B) 346º 0.72% 0.98% -
XYZ 44.54 25.87 17.98 -
YUV 128.61 118.63 214.58 -
System Red Green Blue C M Y K H S L
Decimal 250 70 112 0 0.72 0.55 0.02 346 0.95 0.63
Hex FA 46 70 0 48 37 2 15A 5F 3F
Octal 372 106 160 0 110 67 2 532 137 77
Binary 11111010 1000110 1110000 0 1001000 110111 10 101011010 1011111 111111

Color Harmonies of #FA4670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4670

Black with #FA4670

Text Example


Text Example

White with #FA4670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4670; }

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

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

background-color css

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

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

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

border-color css

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

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

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