Html Css Color HEX #FE4670 Wild Watermelon

📋 copy color: '#FE4670'

red 254 ◦ green 70 ◦ blue 112

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

Shades of Wild Watermelon #FE4670

Tints of Wild Watermelon #FE4670

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.06%

 BLUE value IS 112 (44.14% from 255) = 25.69%

R = 58.26%
G = 16.06%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE4670 (or 0xFE4670) is known color: Wild Watermelon. HEX triplet: FE, 46 and 70. RGB value is (254,70,112). Sum of RGB (Red+Green+Blue) = 254+70+112=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4670 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4670 is #01B98F. Grayscale: #818181. Windows color (decimal): -113040 or 7358206. OLE color: 7358206.

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

Color convert

RGB 254 70 112 -
CMYK 0 0.72 0.56 0.00
HSL 346.3º 0.99% 0.64% -
HSV(B) 346.3º 0.72% 1% -
XYZ 45.99 26.62 18.04 -
YUV 129.8 117.96 216.58 -
System Red Green Blue C M Y K H S L
Decimal 254 70 112 0 0.72 0.56 0.00 346.3 0.99 0.64
Hex FE 46 70 0 48 38 0 15A 63 40
Octal 376 106 160 0 110 70 0 532 143 100
Binary 11111110 1000110 1110000 0 1001000 111000 0 101011010 1100011 1000000

Color Harmonies of #FE4670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4670

Black with #FE4670

Text Example


Text Example

White with #FE4670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4670; }

 p { color: rgb(254,70,112); }

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

background-color css

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

 a { background-color: rgb(254,70,112); }

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

border-color css

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

 span { border-color: rgb(254,70,112); }

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