Html Css Color HEX #F95C65 Wild Watermelon

📋 copy color: '#F95C65'

red 249 ◦ green 92 ◦ blue 101

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

Shades of Wild Watermelon #F95C65

Tints of Wild Watermelon #F95C65

RGB

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

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

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

R = 56.33%
G = 20.81%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F95C65 (or 0xF95C65) is known color: Wild Watermelon. HEX triplet: F9, 5C and 65. RGB value is (249,92,101). Sum of RGB (Red+Green+Blue) = 249+92+101=442 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.33% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 249 - color contains mainly: red. Hex color #F95C65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95C65 is #06A39A. Grayscale: #8C8C8C. Windows color (decimal): -435099 or 6642937. OLE color: 6642937.

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

Color convert

RGB 249 92 101 -
CMYK 0 0.63 0.59 0.02
HSL 356.56º 0.93% 0.67% -
HSV(B) 356.56º 0.63% 0.98% -
XYZ 45.24 28.73 15.47 -
YUV 139.97 106.01 205.77 -
System Red Green Blue C M Y K H S L
Decimal 249 92 101 0 0.63 0.59 0.02 356.56 0.93 0.67
Hex F9 5C 65 0 3F 3B 2 165 5D 43
Octal 371 134 145 0 77 73 2 545 135 103
Binary 11111001 1011100 1100101 0 111111 111011 10 101100101 1011101 1000011

Color Harmonies of #F95C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95C65

Black with #F95C65

Text Example


Text Example

White with #F95C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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