Html Css Color HEX #FE4A70 Wild Watermelon

📋 copy color: '#FE4A70'

red 254 ◦ green 74 ◦ blue 112

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

Shades of Wild Watermelon #FE4A70

Tints of Wild Watermelon #FE4A70

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.82%

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

R = 57.73%
G = 16.82%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE4A70 (or 0xFE4A70) is known color: Wild Watermelon. HEX triplet: FE, 4A and 70. RGB value is (254,74,112). Sum of RGB (Red+Green+Blue) = 254+74+112=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4A70 is #01B58F. Grayscale: #848484. Windows color (decimal): -112016 or 7359230. OLE color: 7359230.

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

Color convert

RGB 254 74 112 -
CMYK 0 0.71 0.56 0.00
HSL 347.33º 0.99% 0.64% -
HSV(B) 347.33º 0.71% 1% -
XYZ 46.25 27.14 18.13 -
YUV 132.15 116.63 214.91 -
System Red Green Blue C M Y K H S L
Decimal 254 74 112 0 0.71 0.56 0.00 347.33 0.99 0.64
Hex FE 4A 70 0 47 38 0 15B 63 40
Octal 376 112 160 0 107 70 0 533 143 100
Binary 11111110 1001010 1110000 0 1000111 111000 0 101011011 1100011 1000000

Color Harmonies of #FE4A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4A70

Black with #FE4A70

Text Example


Text Example

White with #FE4A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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