Html Css Color HEX #FA6A70 Wild Watermelon

📋 copy color: '#FA6A70'

red 250 ◦ green 106 ◦ blue 112

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

Shades of Wild Watermelon #FA6A70

Tints of Wild Watermelon #FA6A70

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.65%

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

R = 53.42%
G = 22.65%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA6A70 (or 0xFA6A70) is known color: Wild Watermelon. HEX triplet: FA, 6A and 70. RGB value is (250,106,112). Sum of RGB (Red+Green+Blue) = 250+106+112=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 106 (41.80% from 255 or 22.65% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6A70 is #05958F. Grayscale: #959595. Windows color (decimal): -365968 or 7367418. OLE color: 7367418.

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

Color convert

RGB 250 106 112 -
CMYK 0 0.58 0.55 0.02
HSL 357.5º 0.94% 0.7% -
HSV(B) 357.5º 0.58% 0.98% -
XYZ 47.5 31.8 18.96 -
YUV 149.74 106.71 199.51 -
System Red Green Blue C M Y K H S L
Decimal 250 106 112 0 0.58 0.55 0.02 357.5 0.94 0.7
Hex FA 6A 70 0 3A 37 2 166 5E 46
Octal 372 152 160 0 72 67 2 546 136 106
Binary 11111010 1101010 1110000 0 111010 110111 10 101100110 1011110 1000110

Color Harmonies of #FA6A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6A70

Black with #FA6A70

Text Example


Text Example

White with #FA6A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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