Html Css Color HEX #FA5C70 Wild Watermelon

📋 copy color: '#FA5C70'

red 250 ◦ green 92 ◦ blue 112

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

Shades of Wild Watermelon #FA5C70

Tints of Wild Watermelon #FA5C70

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.26%

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

R = 55.07%
G = 20.26%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA5C70 (or 0xFA5C70) is known color: Wild Watermelon. HEX triplet: FA, 5C and 70. RGB value is (250,92,112). Sum of RGB (Red+Green+Blue) = 250+92+112=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5C70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5C70 is #05A38F. Grayscale: #8D8D8D. Windows color (decimal): -369552 or 7363834. OLE color: 7363834.

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

Color convert

RGB 250 92 112 -
CMYK 0 0.63 0.55 0.02
HSL 352.41º 0.94% 0.67% -
HSV(B) 352.41º 0.63% 0.98% -
XYZ 46.18 29.15 18.52 -
YUV 141.52 111.35 205.37 -
System Red Green Blue C M Y K H S L
Decimal 250 92 112 0 0.63 0.55 0.02 352.41 0.94 0.67
Hex FA 5C 70 0 3F 37 2 160 5E 43
Octal 372 134 160 0 77 67 2 540 136 103
Binary 11111010 1011100 1110000 0 111111 110111 10 101100000 1011110 1000011

Color Harmonies of #FA5C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5C70

Black with #FA5C70

Text Example


Text Example

White with #FA5C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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