Html Css Color HEX #FE4F74 Wild Watermelon

📋 copy color: '#FE4F74'

red 254 ◦ green 79 ◦ blue 116

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

Shades of Wild Watermelon #FE4F74

Tints of Wild Watermelon #FE4F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.84%

R = 56.57%
G = 17.59%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE4F74 (or 0xFE4F74) is known color: Wild Watermelon. HEX triplet: FE, 4F and 74. RGB value is (254,79,116). Sum of RGB (Red+Green+Blue) = 254+79+116=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4F74 is #01B08B. Grayscale: #878787. Windows color (decimal): -110732 or 7622654. OLE color: 7622654.

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

Color convert

RGB 254 79 116 -
CMYK 0 0.69 0.54 0.00
HSL 347.31º 0.99% 0.65% -
HSV(B) 347.31º 0.69% 1% -
XYZ 46.82 27.92 19.45 -
YUV 135.54 116.98 212.49 -
System Red Green Blue C M Y K H S L
Decimal 254 79 116 0 0.69 0.54 0.00 347.31 0.99 0.65
Hex FE 4F 74 0 45 36 0 15B 63 41
Octal 376 117 164 0 105 66 0 533 143 101
Binary 11111110 1001111 1110100 0 1000101 110110 0 101011011 1100011 1000001

Color Harmonies of #FE4F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4F74

Black with #FE4F74

Text Example


Text Example

White with #FE4F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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