Html Css Color HEX #FF5F64 Wild Watermelon

📋 copy color: '#FF5F64'

red 255 ◦ green 95 ◦ blue 100

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

Shades of Wild Watermelon #FF5F64

Tints of Wild Watermelon #FF5F64

RGB

 RED value IS 255 (100% from 255) = 56.67%

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

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

R = 56.67%
G = 21.11%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FF5F64 (or 0xFF5F64) is known color: Wild Watermelon. HEX triplet: FF, 5F and 64. RGB value is (255,95,100). Sum of RGB (Red+Green+Blue) = 255+95+100=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5F64 is #00A09B. Grayscale: #8F8F8F. Windows color (decimal): -41116 or 6578175. OLE color: 6578175.

HSL color Cylindrical-coordinate representation of color #FF5F64: hue angle of 358.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5F64 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.

Color convert

RGB 255 95 100 -
CMYK 0 0.63 0.61 0
HSL 358.13º 1% 0.69% -
HSV(B) 358.13º 0.63% 1% -
XYZ 47.63 30.36 15.41 -
YUV 143.41 103.51 207.59 -
System Red Green Blue C M Y K H S L
Decimal 255 95 100 0 0.63 0.61 0 358.13 1 0.69
Hex FF 5F 64 0 3F 3D 0 166 64 45
Octal 377 137 144 0 77 75 0 546 144 105
Binary 11111111 1011111 1100100 0 111111 111101 0 101100110 1100100 1000101

Color Harmonies of #FF5F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5F64

Black with #FF5F64

Text Example


Text Example

White with #FF5F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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