Html Css Color HEX #FA5B5F Wild Watermelon

📋 copy color: '#FA5B5F'

red 250 ◦ green 91 ◦ blue 95

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

Shades of Wild Watermelon #FA5B5F

Tints of Wild Watermelon #FA5B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.79%

R = 57.34%
G = 20.87%
B = 21.79%

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

#FA5B5F (or 0xFA5B5F) is known color: Wild Watermelon. HEX triplet: FA, 5B and 5F. RGB value is (250,91,95). Sum of RGB (Red+Green+Blue) = 250+91+95=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5B5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5B5F is #05A4A0. Grayscale: #8B8B8B. Windows color (decimal): -369825 or 6249466. OLE color: 6249466.

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

Color convert

RGB 250 91 95 -
CMYK 0 0.64 0.62 0.02
HSL 358.49º 0.94% 0.67% -
HSV(B) 358.49º 0.64% 0.98% -
XYZ 45.23 28.63 13.97 -
YUV 139 103.18 207.17 -
System Red Green Blue C M Y K H S L
Decimal 250 91 95 0 0.64 0.62 0.02 358.49 0.94 0.67
Hex FA 5B 5F 0 40 3E 2 166 5E 43
Octal 372 133 137 0 100 76 2 546 136 103
Binary 11111010 1011011 1011111 0 1000000 111110 10 101100110 1011110 1000011

Color Harmonies of #FA5B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5B5F

Black with #FA5B5F

Text Example


Text Example

White with #FA5B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5B5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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