Html Css Color HEX #F95168 Wild Watermelon

📋 copy color: '#F95168'

red 249 ◦ green 81 ◦ blue 104

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

Shades of Wild Watermelon #F95168

Tints of Wild Watermelon #F95168

RGB

 RED value IS 249 (97.66% from 255) = 57.37%

 GREEN value IS 81 (32.03% from 255) = 18.66%

 BLUE value IS 104 (41.02% from 255) = 23.96%

R = 57.37%
G = 18.66%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#F95168 (or 0xF95168) is known color: Wild Watermelon. HEX triplet: F9, 51 and 68. RGB value is (249,81,104). Sum of RGB (Red+Green+Blue) = 249+81+104=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F95168 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95168 is #06AE97. Grayscale: #858585. Windows color (decimal): -437912 or 6836729. OLE color: 6836729.

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

Color convert

RGB 249 81 104 -
CMYK 0 0.67 0.58 0.02
HSL 351.79º 0.93% 0.65% -
HSV(B) 351.79º 0.67% 0.98% -
XYZ 44.51 27.02 15.97 -
YUV 133.85 111.16 210.13 -
System Red Green Blue C M Y K H S L
Decimal 249 81 104 0 0.67 0.58 0.02 351.79 0.93 0.65
Hex F9 51 68 0 43 3A 2 160 5D 41
Octal 371 121 150 0 103 72 2 540 135 101
Binary 11111001 1010001 1101000 0 1000011 111010 10 101100000 1011101 1000001

Color Harmonies of #F95168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95168

Black with #F95168

Text Example


Text Example

White with #F95168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95168; }

 p { color: rgb(249,81,104); }

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

background-color css

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

 a { background-color: rgb(249,81,104); }

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

border-color css

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

 span { border-color: rgb(249,81,104); }

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