Html Css Color HEX #FA5E70 Wild Watermelon

📋 copy color: '#FA5E70'

red 250 ◦ green 94 ◦ blue 112

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

Shades of Wild Watermelon #FA5E70

Tints of Wild Watermelon #FA5E70

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.61%

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

R = 54.82%
G = 20.61%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA5E70 (or 0xFA5E70) is known color: Wild Watermelon. HEX triplet: FA, 5E and 70. RGB value is (250,94,112). Sum of RGB (Red+Green+Blue) = 250+94+112=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5E70 is #05A18F. Grayscale: #8E8E8E. Windows color (decimal): -369040 or 7364346. OLE color: 7364346.

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

Color convert

RGB 250 94 112 -
CMYK 0 0.62 0.55 0.02
HSL 353.08º 0.94% 0.67% -
HSV(B) 353.08º 0.62% 0.98% -
XYZ 46.35 29.5 18.58 -
YUV 142.7 110.68 204.54 -
System Red Green Blue C M Y K H S L
Decimal 250 94 112 0 0.62 0.55 0.02 353.08 0.94 0.67
Hex FA 5E 70 0 3E 37 2 161 5E 43
Octal 372 136 160 0 76 67 2 541 136 103
Binary 11111010 1011110 1110000 0 111110 110111 10 101100001 1011110 1000011

Color Harmonies of #FA5E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5E70

Black with #FA5E70

Text Example


Text Example

White with #FA5E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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