Html Css Color HEX #FA5E6A Wild Watermelon

📋 copy color: '#FA5E6A'

red 250 ◦ green 94 ◦ blue 106

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

Shades of Wild Watermelon #FA5E6A

Tints of Wild Watermelon #FA5E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.56%

R = 55.56%
G = 20.89%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA5E6A (or 0xFA5E6A) is known color: Wild Watermelon. HEX triplet: FA, 5E and 6A. RGB value is (250,94,106). Sum of RGB (Red+Green+Blue) = 250+94+106=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5E6A is #05A195. Grayscale: #8E8E8E. Windows color (decimal): -369046 or 6971130. OLE color: 6971130.

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

Color convert

RGB 250 94 106 -
CMYK 0 0.62 0.58 0.02
HSL 355.38º 0.94% 0.67% -
HSV(B) 355.38º 0.62% 0.98% -
XYZ 46.03 29.37 16.88 -
YUV 142.01 107.68 205.02 -
System Red Green Blue C M Y K H S L
Decimal 250 94 106 0 0.62 0.58 0.02 355.38 0.94 0.67
Hex FA 5E 6A 0 3E 3A 2 163 5E 43
Octal 372 136 152 0 76 72 2 543 136 103
Binary 11111010 1011110 1101010 0 111110 111010 10 101100011 1011110 1000011

Color Harmonies of #FA5E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5E6A

Black with #FA5E6A

Text Example


Text Example

White with #FA5E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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