Html Css Color HEX #FE6470 Wild Watermelon

📋 copy color: '#FE6470'

red 254 ◦ green 100 ◦ blue 112

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

Shades of Wild Watermelon #FE6470

Tints of Wild Watermelon #FE6470

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.46%

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

R = 54.51%
G = 21.46%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE6470 (or 0xFE6470) is known color: Wild Watermelon. HEX triplet: FE, 64 and 70. RGB value is (254,100,112). Sum of RGB (Red+Green+Blue) = 254+100+112=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6470 is #019B8F. Grayscale: #939393. Windows color (decimal): -105360 or 7365886. OLE color: 7365886.

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

Color convert

RGB 254 100 112 -
CMYK 0 0.61 0.56 0.00
HSL 355.32º 0.99% 0.69% -
HSV(B) 355.32º 0.61% 1% -
XYZ 48.35 31.36 18.83 -
YUV 147.41 108.02 204.02 -
System Red Green Blue C M Y K H S L
Decimal 254 100 112 0 0.61 0.56 0.00 355.32 0.99 0.69
Hex FE 64 70 0 3D 38 0 163 63 45
Octal 376 144 160 0 75 70 0 543 143 105
Binary 11111110 1100100 1110000 0 111101 111000 0 101100011 1100011 1000101

Color Harmonies of #FE6470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6470

Black with #FE6470

Text Example


Text Example

White with #FE6470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6470; }

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

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

background-color css

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

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

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

border-color css

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

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

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