Html Css Color HEX #FA6475 Wild Watermelon

📋 copy color: '#FA6475'

red 250 ◦ green 100 ◦ blue 117

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

Shades of Wild Watermelon #FA6475

Tints of Wild Watermelon #FA6475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.41%

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

R = 53.53%
G = 21.41%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA6475 (or 0xFA6475) is known color: Wild Watermelon. HEX triplet: FA, 64 and 75. RGB value is (250,100,117). Sum of RGB (Red+Green+Blue) = 250+100+117=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6475 is #059B8A. Grayscale: #929292. Windows color (decimal): -367499 or 7693562. OLE color: 7693562.

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

Color convert

RGB 250 100 117 -
CMYK 0 0.6 0.53 0.02
HSL 353.2º 0.94% 0.69% -
HSV(B) 353.2º 0.6% 0.98% -
XYZ 47.19 30.72 20.27 -
YUV 146.79 111.2 201.62 -
System Red Green Blue C M Y K H S L
Decimal 250 100 117 0 0.6 0.53 0.02 353.2 0.94 0.69
Hex FA 64 75 0 3C 35 2 161 5E 45
Octal 372 144 165 0 74 65 2 541 136 105
Binary 11111010 1100100 1110101 0 111100 110101 10 101100001 1011110 1000101

Color Harmonies of #FA6475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6475

Black with #FA6475

Text Example


Text Example

White with #FA6475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6475; }

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

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

background-color css

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

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

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

border-color css

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

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

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