Html Css Color HEX #FE4F64 Wild Watermelon

📋 copy color: '#FE4F64'

red 254 ◦ green 79 ◦ blue 100

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

Shades of Wild Watermelon #FE4F64

Tints of Wild Watermelon #FE4F64

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.24%

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

R = 58.66%
G = 18.24%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FE4F64 (or 0xFE4F64) is known color: Wild Watermelon. HEX triplet: FE, 4F and 64. RGB value is (254,79,100). Sum of RGB (Red+Green+Blue) = 254+79+100=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4F64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4F64 is #01B09B. Grayscale: #858585. Windows color (decimal): -110748 or 6574078. OLE color: 6574078.

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

Color convert

RGB 254 79 100 -
CMYK 0 0.69 0.61 0.00
HSL 352.8º 0.99% 0.65% -
HSV(B) 352.8º 0.69% 1% -
XYZ 45.97 27.58 14.96 -
YUV 133.72 108.98 213.79 -
System Red Green Blue C M Y K H S L
Decimal 254 79 100 0 0.69 0.61 0.00 352.8 0.99 0.65
Hex FE 4F 64 0 45 3D 0 161 63 41
Octal 376 117 144 0 105 75 0 541 143 101
Binary 11111110 1001111 1100100 0 1000101 111101 0 101100001 1100011 1000001

Color Harmonies of #FE4F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4F64

Black with #FE4F64

Text Example


Text Example

White with #FE4F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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