Html Css Color HEX #FE6166 Wild Watermelon

📋 copy color: '#FE6166'

red 254 ◦ green 97 ◦ blue 102

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

Shades of Wild Watermelon #FE6166

Tints of Wild Watermelon #FE6166

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.41%

 BLUE value IS 102 (40.23% from 255) = 22.52%

R = 56.07%
G = 21.41%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FE6166 (or 0xFE6166) is known color: Wild Watermelon. HEX triplet: FE, 61 and 66. RGB value is (254,97,102). Sum of RGB (Red+Green+Blue) = 254+97+102=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6166 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6166 is #019E99. Grayscale: #909090. Windows color (decimal): -106138 or 6709758. OLE color: 6709758.

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

Color convert

RGB 254 97 102 -
CMYK 0 0.62 0.60 0.00
HSL 358.09º 0.99% 0.69% -
HSV(B) 358.09º 0.62% 1% -
XYZ 47.55 30.58 15.97 -
YUV 144.51 104.01 206.09 -
System Red Green Blue C M Y K H S L
Decimal 254 97 102 0 0.62 0.60 0.00 358.09 0.99 0.69
Hex FE 61 66 0 3E 3C 0 166 63 45
Octal 376 141 146 0 76 74 0 546 143 105
Binary 11111110 1100001 1100110 0 111110 111100 0 101100110 1100011 1000101

Color Harmonies of #FE6166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6166

Black with #FE6166

Text Example


Text Example

White with #FE6166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6166; }

 p { color: rgb(254,97,102); }

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

background-color css

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

 a { background-color: rgb(254,97,102); }

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

border-color css

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

 span { border-color: rgb(254,97,102); }

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