Html Css Color HEX #F95066 Wild Watermelon

📋 copy color: '#F95066'

red 249 ◦ green 80 ◦ blue 102

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

Shades of Wild Watermelon #F95066

Tints of Wild Watermelon #F95066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.67%

R = 57.77%
G = 18.56%
B = 23.67%

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

#F95066 (or 0xF95066) is known color: Wild Watermelon. HEX triplet: F9, 50 and 66. RGB value is (249,80,102). Sum of RGB (Red+Green+Blue) = 249+80+102=431 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.77% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 249 - color contains mainly: red. Hex color #F95066 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95066 is #06AF99. Grayscale: #858585. Windows color (decimal): -438170 or 6705401. OLE color: 6705401.

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

Color convert

RGB 249 80 102 -
CMYK 0 0.68 0.59 0.02
HSL 352.19º 0.93% 0.65% -
HSV(B) 352.19º 0.68% 0.98% -
XYZ 44.33 26.84 15.41 -
YUV 133.04 110.49 210.71 -
System Red Green Blue C M Y K H S L
Decimal 249 80 102 0 0.68 0.59 0.02 352.19 0.93 0.65
Hex F9 50 66 0 44 3B 2 160 5D 41
Octal 371 120 146 0 104 73 2 540 135 101
Binary 11111001 1010000 1100110 0 1000100 111011 10 101100000 1011101 1000001

Color Harmonies of #F95066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95066

Black with #F95066

Text Example


Text Example

White with #F95066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95066; }

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

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

background-color css

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

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

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

border-color css

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

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

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