Html Css Color HEX #FE4F72 Wild Watermelon

📋 copy color: '#FE4F72'

red 254 ◦ green 79 ◦ blue 114

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

Shades of Wild Watermelon #FE4F72

Tints of Wild Watermelon #FE4F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.5%

R = 56.82%
G = 17.67%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FE4F72 (or 0xFE4F72) is known color: Wild Watermelon. HEX triplet: FE, 4F and 72. RGB value is (254,79,114). Sum of RGB (Red+Green+Blue) = 254+79+114=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4F72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4F72 is #01B08D. Grayscale: #878787. Windows color (decimal): -110734 or 7491582. OLE color: 7491582.

HSL color Cylindrical-coordinate representation of color #FE4F72: hue angle of 348º 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 #FE4F72 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 79 114 -
CMYK 0 0.69 0.55 0.00
HSL 348º 0.99% 0.65% -
HSV(B) 348º 0.69% 1% -
XYZ 46.71 27.88 18.84 -
YUV 135.32 115.98 212.65 -
System Red Green Blue C M Y K H S L
Decimal 254 79 114 0 0.69 0.55 0.00 348 0.99 0.65
Hex FE 4F 72 0 45 37 0 15C 63 41
Octal 376 117 162 0 105 67 0 534 143 101
Binary 11111110 1001111 1110010 0 1000101 110111 0 101011100 1100011 1000001

Color Harmonies of #FE4F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4F72

Black with #FE4F72

Text Example


Text Example

White with #FE4F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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