Html Css Color HEX #FA5E6E Wild Watermelon

📋 copy color: '#FA5E6E'

red 250 ◦ green 94 ◦ blue 110

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

Shades of Wild Watermelon #FA5E6E

Tints of Wild Watermelon #FA5E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.23%

R = 55.07%
G = 20.7%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA5E6E (or 0xFA5E6E) is known color: Wild Watermelon. HEX triplet: FA, 5E and 6E. RGB value is (250,94,110). Sum of RGB (Red+Green+Blue) = 250+94+110=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5E6E is #05A191. Grayscale: #8E8E8E. Windows color (decimal): -369042 or 7233274. OLE color: 7233274.

HSL color Cylindrical-coordinate representation of color #FA5E6E: hue angle of 353.85º 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 #FA5E6E is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 94 110 -
CMYK 0 0.62 0.56 0.02
HSL 353.85º 0.94% 0.67% -
HSV(B) 353.85º 0.62% 0.98% -
XYZ 46.24 29.46 18 -
YUV 142.47 109.68 204.7 -
System Red Green Blue C M Y K H S L
Decimal 250 94 110 0 0.62 0.56 0.02 353.85 0.94 0.67
Hex FA 5E 6E 0 3E 38 2 162 5E 43
Octal 372 136 156 0 76 70 2 542 136 103
Binary 11111010 1011110 1101110 0 111110 111000 10 101100010 1011110 1000011

Color Harmonies of #FA5E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5E6E

Black with #FA5E6E

Text Example


Text Example

White with #FA5E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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