Html Css Color HEX #FA616F Wild Watermelon

📋 copy color: '#FA616F'

red 250 ◦ green 97 ◦ blue 111

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

Shades of Wild Watermelon #FA616F

Tints of Wild Watermelon #FA616F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.18%

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

R = 54.59%
G = 21.18%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA616F (or 0xFA616F) is known color: Wild Watermelon. HEX triplet: FA, 61 and 6F. RGB value is (250,97,111). Sum of RGB (Red+Green+Blue) = 250+97+111=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA616F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA616F is #059E90. Grayscale: #909090. Windows color (decimal): -368273 or 7299578. OLE color: 7299578.

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

Color convert

RGB 250 97 111 -
CMYK 0 0.61 0.56 0.02
HSL 354.51º 0.94% 0.68% -
HSV(B) 354.51º 0.61% 0.98% -
XYZ 46.57 30.02 18.38 -
YUV 144.34 109.19 203.36 -
System Red Green Blue C M Y K H S L
Decimal 250 97 111 0 0.61 0.56 0.02 354.51 0.94 0.68
Hex FA 61 6F 0 3D 38 2 163 5E 44
Octal 372 141 157 0 75 70 2 543 136 104
Binary 11111010 1100001 1101111 0 111101 111000 10 101100011 1011110 1000100

Color Harmonies of #FA616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA616F

Black with #FA616F

Text Example


Text Example

White with #FA616F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA616F; }

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

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

background-color css

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

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

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

border-color css

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

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

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