Html Css Color HEX #FE6064 Wild Watermelon

📋 copy color: '#FE6064'

red 254 ◦ green 96 ◦ blue 100

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

Shades of Wild Watermelon #FE6064

Tints of Wild Watermelon #FE6064

RGB

 RED value IS 254 (99.61% from 255) = 56.44%

 GREEN value IS 96 (37.89% from 255) = 21.33%

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

R = 56.44%
G = 21.33%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FE6064 (or 0xFE6064) is known color: Wild Watermelon. HEX triplet: FE, 60 and 64. RGB value is (254,96,100). Sum of RGB (Red+Green+Blue) = 254+96+100=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6064 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6064 is #019F9B. Grayscale: #8F8F8F. Windows color (decimal): -106396 or 6578430. OLE color: 6578430.

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

Color convert

RGB 254 96 100 -
CMYK 0 0.62 0.61 0.00
HSL 358.48º 0.99% 0.69% -
HSV(B) 358.48º 0.62% 1% -
XYZ 47.36 30.36 15.42 -
YUV 143.7 103.35 206.67 -
System Red Green Blue C M Y K H S L
Decimal 254 96 100 0 0.62 0.61 0.00 358.48 0.99 0.69
Hex FE 60 64 0 3E 3D 0 166 63 45
Octal 376 140 144 0 76 75 0 546 143 105
Binary 11111110 1100000 1100100 0 111110 111101 0 101100110 1100011 1000101

Color Harmonies of #FE6064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6064

Black with #FE6064

Text Example


Text Example

White with #FE6064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6064; }

 p { color: rgb(254,96,100); }

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

background-color css

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

 a { background-color: rgb(254,96,100); }

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

border-color css

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

 span { border-color: rgb(254,96,100); }

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