Html Css Color HEX #FA6069 Wild Watermelon

📋 copy color: '#FA6069'

red 250 ◦ green 96 ◦ blue 105

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

Shades of Wild Watermelon #FA6069

Tints of Wild Watermelon #FA6069

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.29%

 BLUE value IS 105 (41.41% from 255) = 23.28%

R = 55.43%
G = 21.29%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA6069 (or 0xFA6069) is known color: Wild Watermelon. HEX triplet: FA, 60 and 69. RGB value is (250,96,105). Sum of RGB (Red+Green+Blue) = 250+96+105=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6069 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6069 is #059F96. Grayscale: #8F8F8F. Windows color (decimal): -368535 or 6906106. OLE color: 6906106.

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

Color convert

RGB 250 96 105 -
CMYK 0 0.62 0.58 0.02
HSL 356.49º 0.94% 0.68% -
HSV(B) 356.49º 0.62% 0.98% -
XYZ 46.16 29.71 16.67 -
YUV 143.07 106.52 204.27 -
System Red Green Blue C M Y K H S L
Decimal 250 96 105 0 0.62 0.58 0.02 356.49 0.94 0.68
Hex FA 60 69 0 3E 3A 2 164 5E 44
Octal 372 140 151 0 76 72 2 544 136 104
Binary 11111010 1100000 1101001 0 111110 111010 10 101100100 1011110 1000100

Color Harmonies of #FA6069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6069

Black with #FA6069

Text Example


Text Example

White with #FA6069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6069; }

 p { color: rgb(250,96,105); }

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

background-color css

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

 a { background-color: rgb(250,96,105); }

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

border-color css

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

 span { border-color: rgb(250,96,105); }

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