Html Css Color HEX #F95465 Wild Watermelon

📋 copy color: '#F95465'

red 249 ◦ green 84 ◦ blue 101

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

Shades of Wild Watermelon #F95465

Tints of Wild Watermelon #F95465

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.35%

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

R = 57.37%
G = 19.35%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F95465 (or 0xF95465) is known color: Wild Watermelon. HEX triplet: F9, 54 and 65. RGB value is (249,84,101). Sum of RGB (Red+Green+Blue) = 249+84+101=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F95465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95465 is #06AB9A. Grayscale: #878787. Windows color (decimal): -437147 or 6640889. OLE color: 6640889.

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

Color convert

RGB 249 84 101 -
CMYK 0 0.66 0.59 0.02
HSL 353.82º 0.93% 0.65% -
HSV(B) 353.82º 0.66% 0.98% -
XYZ 44.59 27.42 15.25 -
YUV 135.27 108.66 209.12 -
System Red Green Blue C M Y K H S L
Decimal 249 84 101 0 0.66 0.59 0.02 353.82 0.93 0.65
Hex F9 54 65 0 42 3B 2 162 5D 41
Octal 371 124 145 0 102 73 2 542 135 101
Binary 11111001 1010100 1100101 0 1000010 111011 10 101100010 1011101 1000001

Color Harmonies of #F95465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95465

Black with #F95465

Text Example


Text Example

White with #F95465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95465; }

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

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

background-color css

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

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

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

border-color css

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

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

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