Html Css Color HEX #FE6462 Bittersweet

📋 copy color: '#FE6462'

red 254 ◦ green 100 ◦ blue 98

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

Shades of Bittersweet #FE6462

Tints of Bittersweet #FE6462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.68%

R = 56.19%
G = 22.12%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FE6462 (or 0xFE6462) is known color: Bittersweet. HEX triplet: FE, 64 and 62. RGB value is (254,100,98). Sum of RGB (Red+Green+Blue) = 254+100+98=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6462 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6462 is #019B9D. Grayscale: #919191. Windows color (decimal): -105374 or 6448382. OLE color: 6448382.

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

Color convert

RGB 254 100 98 -
CMYK 0 0.61 0.61 0.00
HSL 0.77º 0.99% 0.69% -
HSV(B) 0.77º 0.61% 1% -
XYZ 47.63 31.07 15.04 -
YUV 145.82 101.02 205.16 -
System Red Green Blue C M Y K H S L
Decimal 254 100 98 0 0.61 0.61 0.00 0.77 0.99 0.69
Hex FE 64 62 0 3D 3D 0 1 63 45
Octal 376 144 142 0 75 75 0 1 143 105
Binary 11111110 1100100 1100010 0 111101 111101 0 1 1100011 1000101

Color Harmonies of #FE6462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6462

Black with #FE6462

Text Example


Text Example

White with #FE6462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6462; }

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

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

background-color css

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

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

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

border-color css

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

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

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