Html Css Color HEX #FE626A Wild Watermelon

📋 copy color: '#FE626A'

red 254 ◦ green 98 ◦ blue 106

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

Shades of Wild Watermelon #FE626A

Tints of Wild Watermelon #FE626A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.4%

 BLUE value IS 106 (41.8% from 255) = 23.14%

R = 55.46%
G = 21.4%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FE626A (or 0xFE626A) is known color: Wild Watermelon. HEX triplet: FE, 62 and 6A. RGB value is (254,98,106). Sum of RGB (Red+Green+Blue) = 254+98+106=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE626A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE626A is #019D95. Grayscale: #919191. Windows color (decimal): -105878 or 6972158. OLE color: 6972158.

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

Color convert

RGB 254 98 106 -
CMYK 0 0.61 0.58 0.00
HSL 356.92º 0.99% 0.69% -
HSV(B) 356.92º 0.61% 1% -
XYZ 47.84 30.85 17.07 -
YUV 145.56 105.68 205.35 -
System Red Green Blue C M Y K H S L
Decimal 254 98 106 0 0.61 0.58 0.00 356.92 0.99 0.69
Hex FE 62 6A 0 3D 3A 0 165 63 45
Octal 376 142 152 0 75 72 0 545 143 105
Binary 11111110 1100010 1101010 0 111101 111010 0 101100101 1100011 1000101

Color Harmonies of #FE626A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE626A

Black with #FE626A

Text Example


Text Example

White with #FE626A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE626A; }

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

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

background-color css

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

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

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

border-color css

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

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

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