Html Css Color HEX #FA466F Wild Watermelon

📋 copy color: '#FA466F'

red 250 ◦ green 70 ◦ blue 111

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

Shades of Wild Watermelon #FA466F

Tints of Wild Watermelon #FA466F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.75%

R = 58%
G = 16.24%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA466F (or 0xFA466F) is known color: Wild Watermelon. HEX triplet: FA, 46 and 6F. RGB value is (250,70,111). Sum of RGB (Red+Green+Blue) = 250+70+111=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 70 (27.73% from 255 or 16.24% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA466F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA466F is #05B990. Grayscale: #808080. Windows color (decimal): -375185 or 7292666. OLE color: 7292666.

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

Color convert

RGB 250 70 111 -
CMYK 0 0.72 0.56 0.02
HSL 346.33º 0.95% 0.63% -
HSV(B) 346.33º 0.72% 0.98% -
XYZ 44.48 25.85 17.68 -
YUV 128.49 118.13 214.67 -
System Red Green Blue C M Y K H S L
Decimal 250 70 111 0 0.72 0.56 0.02 346.33 0.95 0.63
Hex FA 46 6F 0 48 38 2 15A 5F 3F
Octal 372 106 157 0 110 70 2 532 137 77
Binary 11111010 1000110 1101111 0 1001000 111000 10 101011010 1011111 111111

Color Harmonies of #FA466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA466F

Black with #FA466F

Text Example


Text Example

White with #FA466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA466F; }

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

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

background-color css

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

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

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

border-color css

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

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

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