Html Css Color HEX #FA5B5E Wild Watermelon

📋 copy color: '#FA5B5E'

red 250 ◦ green 91 ◦ blue 94

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

Shades of Wild Watermelon #FA5B5E

Tints of Wild Watermelon #FA5B5E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.92%

 BLUE value IS 94 (37.11% from 255) = 21.61%

R = 57.47%
G = 20.92%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA5B5E (or 0xFA5B5E) is known color: Wild Watermelon. HEX triplet: FA, 5B and 5E. RGB value is (250,91,94). Sum of RGB (Red+Green+Blue) = 250+91+94=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5B5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5B5E is #05A4A1. Grayscale: #8B8B8B. Windows color (decimal): -369826 or 6183930. OLE color: 6183930.

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

Color convert

RGB 250 91 94 -
CMYK 0 0.64 0.62 0.02
HSL 358.87º 0.94% 0.67% -
HSV(B) 358.87º 0.64% 0.98% -
XYZ 45.19 28.61 13.73 -
YUV 138.88 102.68 207.26 -
System Red Green Blue C M Y K H S L
Decimal 250 91 94 0 0.64 0.62 0.02 358.87 0.94 0.67
Hex FA 5B 5E 0 40 3E 2 167 5E 43
Octal 372 133 136 0 100 76 2 547 136 103
Binary 11111010 1011011 1011110 0 1000000 111110 10 101100111 1011110 1000011

Color Harmonies of #FA5B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5B5E

Black with #FA5B5E

Text Example


Text Example

White with #FA5B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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