Html Css Color HEX #FE6A70 Wild Watermelon

📋 copy color: '#FE6A70'

red 254 ◦ green 106 ◦ blue 112

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

Shades of Wild Watermelon #FE6A70

Tints of Wild Watermelon #FE6A70

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.46%

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

R = 53.81%
G = 22.46%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE6A70 (or 0xFE6A70) is known color: Wild Watermelon. HEX triplet: FE, 6A and 70. RGB value is (254,106,112). Sum of RGB (Red+Green+Blue) = 254+106+112=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6A70 is #01958F. Grayscale: #979797. Windows color (decimal): -103824 or 7367422. OLE color: 7367422.

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

Color convert

RGB 254 106 112 -
CMYK 0 0.58 0.56 0.00
HSL 357.57º 0.99% 0.71% -
HSV(B) 357.57º 0.58% 1% -
XYZ 48.95 32.55 19.03 -
YUV 150.94 106.03 201.51 -
System Red Green Blue C M Y K H S L
Decimal 254 106 112 0 0.58 0.56 0.00 357.57 0.99 0.71
Hex FE 6A 70 0 3A 38 0 166 63 47
Octal 376 152 160 0 72 70 0 546 143 107
Binary 11111110 1101010 1110000 0 111010 111000 0 101100110 1100011 1000111

Color Harmonies of #FE6A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6A70

Black with #FE6A70

Text Example


Text Example

White with #FE6A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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