Html Css Color HEX #FE4A6B Wild Watermelon

📋 copy color: '#FE4A6B'

red 254 ◦ green 74 ◦ blue 107

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

Shades of Wild Watermelon #FE4A6B

Tints of Wild Watermelon #FE4A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.6%

R = 58.39%
G = 17.01%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FE4A6B (or 0xFE4A6B) is known color: Wild Watermelon. HEX triplet: FE, 4A and 6B. RGB value is (254,74,107). Sum of RGB (Red+Green+Blue) = 254+74+107=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 107 (42.19% from 255 or 24.60% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4A6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4A6B is #01B594. Grayscale: #838383. Windows color (decimal): -112021 or 7031550. OLE color: 7031550.

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

Color convert

RGB 254 74 107 -
CMYK 0 0.71 0.58 0.00
HSL 349º 0.99% 0.64% -
HSV(B) 349º 0.71% 1% -
XYZ 45.98 27.03 16.7 -
YUV 131.58 114.13 215.32 -
System Red Green Blue C M Y K H S L
Decimal 254 74 107 0 0.71 0.58 0.00 349 0.99 0.64
Hex FE 4A 6B 0 47 3A 0 15D 63 40
Octal 376 112 153 0 107 72 0 535 143 100
Binary 11111110 1001010 1101011 0 1000111 111010 0 101011101 1100011 1000000

Color Harmonies of #FE4A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4A6B

Black with #FE4A6B

Text Example


Text Example

White with #FE4A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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