Html Css Color HEX #FA6874 Wild Watermelon

📋 copy color: '#FA6874'

red 250 ◦ green 104 ◦ blue 116

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

Shades of Wild Watermelon #FA6874

Tints of Wild Watermelon #FA6874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.13%

 BLUE value IS 116 (45.7% from 255) = 24.68%

R = 53.19%
G = 22.13%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA6874 (or 0xFA6874) is known color: Wild Watermelon. HEX triplet: FA, 68 and 74. RGB value is (250,104,116). Sum of RGB (Red+Green+Blue) = 250+104+116=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6874 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6874 is #05978B. Grayscale: #959595. Windows color (decimal): -366476 or 7629050. OLE color: 7629050.

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

Color convert

RGB 250 104 116 -
CMYK 0 0.58 0.54 0.02
HSL 355.07º 0.94% 0.69% -
HSV(B) 355.07º 0.58% 0.98% -
XYZ 47.53 31.49 20.1 -
YUV 149.02 109.37 200.02 -
System Red Green Blue C M Y K H S L
Decimal 250 104 116 0 0.58 0.54 0.02 355.07 0.94 0.69
Hex FA 68 74 0 3A 36 2 163 5E 45
Octal 372 150 164 0 72 66 2 543 136 105
Binary 11111010 1101000 1110100 0 111010 110110 10 101100011 1011110 1000101

Color Harmonies of #FA6874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6874

Black with #FA6874

Text Example


Text Example

White with #FA6874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6874; }

 p { color: rgb(250,104,116); }

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

background-color css

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

 a { background-color: rgb(250,104,116); }

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

border-color css

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

 span { border-color: rgb(250,104,116); }

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