Html Css Color HEX #F95C63 Wild Watermelon

📋 copy color: '#F95C63'

red 249 ◦ green 92 ◦ blue 99

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

Shades of Wild Watermelon #F95C63

Tints of Wild Watermelon #F95C63

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.91%

 BLUE value IS 99 (39.06% from 255) = 22.5%

R = 56.59%
G = 20.91%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#F95C63 (or 0xF95C63) is known color: Wild Watermelon. HEX triplet: F9, 5C and 63. RGB value is (249,92,99). Sum of RGB (Red+Green+Blue) = 249+92+99=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 99 (39.06% from 255 or 22.5% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F95C63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95C63 is #06A39C. Grayscale: #8B8B8B. Windows color (decimal): -435101 or 6511865. OLE color: 6511865.

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

Color convert

RGB 249 92 99 -
CMYK 0 0.63 0.60 0.02
HSL 357.32º 0.93% 0.67% -
HSV(B) 357.32º 0.63% 0.98% -
XYZ 45.15 28.69 14.96 -
YUV 139.74 105.01 205.93 -
System Red Green Blue C M Y K H S L
Decimal 249 92 99 0 0.63 0.60 0.02 357.32 0.93 0.67
Hex F9 5C 63 0 3F 3C 2 165 5D 43
Octal 371 134 143 0 77 74 2 545 135 103
Binary 11111001 1011100 1100011 0 111111 111100 10 101100101 1011101 1000011

Color Harmonies of #F95C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95C63

Black with #F95C63

Text Example


Text Example

White with #F95C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95C63; }

 p { color: rgb(249,92,99); }

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

background-color css

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

 a { background-color: rgb(249,92,99); }

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

border-color css

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

 span { border-color: rgb(249,92,99); }

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