Html Css Color HEX #F95065 Wild Watermelon

📋 copy color: '#F95065'

red 249 ◦ green 80 ◦ blue 101

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

Shades of Wild Watermelon #F95065

Tints of Wild Watermelon #F95065

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.6%

 BLUE value IS 101 (39.84% from 255) = 23.49%

R = 57.91%
G = 18.6%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F95065 (or 0xF95065) is known color: Wild Watermelon. HEX triplet: F9, 50 and 65. RGB value is (249,80,101). Sum of RGB (Red+Green+Blue) = 249+80+101=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F95065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95065 is #06AF9A. Grayscale: #858585. Windows color (decimal): -438171 or 6639865. OLE color: 6639865.

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

Color convert

RGB 249 80 101 -
CMYK 0 0.68 0.59 0.02
HSL 352.54º 0.93% 0.65% -
HSV(B) 352.54º 0.68% 0.98% -
XYZ 44.28 26.82 15.15 -
YUV 132.93 109.99 210.79 -
System Red Green Blue C M Y K H S L
Decimal 249 80 101 0 0.68 0.59 0.02 352.54 0.93 0.65
Hex F9 50 65 0 44 3B 2 161 5D 41
Octal 371 120 145 0 104 73 2 541 135 101
Binary 11111001 1010000 1100101 0 1000100 111011 10 101100001 1011101 1000001

Color Harmonies of #F95065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95065

Black with #F95065

Text Example


Text Example

White with #F95065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95065; }

 p { color: rgb(249,80,101); }

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

background-color css

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

 a { background-color: rgb(249,80,101); }

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

border-color css

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

 span { border-color: rgb(249,80,101); }

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