Html Css Color HEX #FA6770 Wild Watermelon

📋 copy color: '#FA6770'

red 250 ◦ green 103 ◦ blue 112

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

Shades of Wild Watermelon #FA6770

Tints of Wild Watermelon #FA6770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.15%

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

R = 53.76%
G = 22.15%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA6770 (or 0xFA6770) is known color: Wild Watermelon. HEX triplet: FA, 67 and 70. RGB value is (250,103,112). Sum of RGB (Red+Green+Blue) = 250+103+112=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 103 (40.62% from 255 or 22.15% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6770 is #05988F. Grayscale: #949494. Windows color (decimal): -366736 or 7366650. OLE color: 7366650.

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

Color convert

RGB 250 103 112 -
CMYK 0 0.59 0.55 0.02
HSL 356.33º 0.94% 0.69% -
HSV(B) 356.33º 0.59% 0.98% -
XYZ 47.2 31.19 18.86 -
YUV 147.98 107.7 200.77 -
System Red Green Blue C M Y K H S L
Decimal 250 103 112 0 0.59 0.55 0.02 356.33 0.94 0.69
Hex FA 67 70 0 3B 37 2 164 5E 45
Octal 372 147 160 0 73 67 2 544 136 105
Binary 11111010 1100111 1110000 0 111011 110111 10 101100100 1011110 1000101

Color Harmonies of #FA6770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6770

Black with #FA6770

Text Example


Text Example

White with #FA6770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6770; }

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

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

background-color css

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

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

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

border-color css

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

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

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