Html Css Color HEX #FA6575 Wild Watermelon

📋 copy color: '#FA6575'

red 250 ◦ green 101 ◦ blue 117

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

Shades of Wild Watermelon #FA6575

Tints of Wild Watermelon #FA6575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.58%

 BLUE value IS 117 (46.09% from 255) = 25%

R = 53.42%
G = 21.58%
B = 25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA6575 (or 0xFA6575) is known color: Wild Watermelon. HEX triplet: FA, 65 and 75. RGB value is (250,101,117). Sum of RGB (Red+Green+Blue) = 250+101+117=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6575 is #059A8A. Grayscale: #939393. Windows color (decimal): -367243 or 7693818. OLE color: 7693818.

HSL color Cylindrical-coordinate representation of color #FA6575: hue angle of 353.56º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA6575 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 101 117 -
CMYK 0 0.60 0.53 0.02
HSL 353.56º 0.94% 0.69% -
HSV(B) 353.56º 0.6% 0.98% -
XYZ 47.29 30.92 20.3 -
YUV 147.38 110.86 201.2 -
System Red Green Blue C M Y K H S L
Decimal 250 101 117 0 0.60 0.53 0.02 353.56 0.94 0.69
Hex FA 65 75 0 3C 35 2 162 5E 45
Octal 372 145 165 0 74 65 2 542 136 105
Binary 11111010 1100101 1110101 0 111100 110101 10 101100010 1011110 1000101

Color Harmonies of #FA6575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6575

Black with #FA6575

Text Example


Text Example

White with #FA6575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6575; }

 p { color: rgb(250,101,117); }

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

background-color css

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

 a { background-color: rgb(250,101,117); }

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

border-color css

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

 span { border-color: rgb(250,101,117); }

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