Html Css Color HEX #FF6364 Wild Watermelon

📋 copy color: '#FF6364'

red 255 ◦ green 99 ◦ blue 100

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

Shades of Wild Watermelon #FF6364

Tints of Wild Watermelon #FF6364

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.81%

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

R = 56.17%
G = 21.81%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FF6364 (or 0xFF6364) is known color: Wild Watermelon. HEX triplet: FF, 63 and 64. RGB value is (255,99,100). Sum of RGB (Red+Green+Blue) = 255+99+100=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6364 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6364 is #009C9B. Grayscale: #919191. Windows color (decimal): -40092 or 6579199. OLE color: 6579199.

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

Color convert

RGB 255 99 100 -
CMYK 0 0.61 0.61 0
HSL 359.62º 1% 0.69% -
HSV(B) 359.62º 0.61% 1% -
XYZ 48 31.1 15.53 -
YUV 145.76 102.18 205.92 -
System Red Green Blue C M Y K H S L
Decimal 255 99 100 0 0.61 0.61 0 359.62 1 0.69
Hex FF 63 64 0 3D 3D 0 168 64 45
Octal 377 143 144 0 75 75 0 550 144 105
Binary 11111111 1100011 1100100 0 111101 111101 0 101101000 1100100 1000101

Color Harmonies of #FF6364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6364

Black with #FF6364

Text Example


Text Example

White with #FF6364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6364; }

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

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

background-color css

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

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

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

border-color css

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

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

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