Html Css Color HEX #F55F64 Wild Watermelon

📋 copy color: '#F55F64'

red 245 ◦ green 95 ◦ blue 100

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

Shades of Wild Watermelon #F55F64

Tints of Wild Watermelon #F55F64

RGB

 RED value IS 245 (96.09% from 255) = 55.68%

 GREEN value IS 95 (37.5% from 255) = 21.59%

 BLUE value IS 100 (39.45% from 255) = 22.73%

R = 55.68%
G = 21.59%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F55F64 (or 0xF55F64) is known color: Wild Watermelon. HEX triplet: F5, 5F and 64. RGB value is (245,95,100). Sum of RGB (Red+Green+Blue) = 245+95+100=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 100 (39.45% from 255 or 22.73% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55F64 is #0AA09B. Grayscale: #8C8C8C. Windows color (decimal): -696476 or 6578165. OLE color: 6578165.

HSL color Cylindrical-coordinate representation of color #F55F64: hue angle of 358º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F55F64 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 95 100 -
CMYK 0 0.61 0.59 0.04
HSL 358º 0.88% 0.67% -
HSV(B) 358º 0.61% 0.96% -
XYZ 44.05 28.52 15.24 -
YUV 140.42 105.2 202.59 -
System Red Green Blue C M Y K H S L
Decimal 245 95 100 0 0.61 0.59 0.04 358 0.88 0.67
Hex F5 5F 64 0 3D 3B 4 166 58 43
Octal 365 137 144 0 75 73 4 546 130 103
Binary 11110101 1011111 1100100 0 111101 111011 100 101100110 1011000 1000011

Color Harmonies of #F55F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55F64

Black with #F55F64

Text Example


Text Example

White with #F55F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55F64; }

 p { color: rgb(245,95,100); }

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

background-color css

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

 a { background-color: rgb(245,95,100); }

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

border-color css

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

 span { border-color: rgb(245,95,100); }

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