Html Css Color HEX #FE659E Brilliant Rose

📋 copy color: '#FE659E'

red 254 ◦ green 101 ◦ blue 158

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

Shades of Brilliant Rose #FE659E

Tints of Brilliant Rose #FE659E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.69%

 BLUE value IS 158 (62.11% from 255) = 30.8%

R = 49.51%
G = 19.69%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE659E (or 0xFE659E) is known color: Brilliant Rose. HEX triplet: FE, 65 and 9E. RGB value is (254,101,158). Sum of RGB (Red+Green+Blue) = 254+101+158=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE659E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE659E is #019A61. Grayscale: #999999. Windows color (decimal): -105058 or 10380798. OLE color: 10380798.

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

Color convert

RGB 254 101 158 -
CMYK 0 0.60 0.38 0.00
HSL 337.65º 0.99% 0.7% -
HSV(B) 337.65º 0.6% 1% -
XYZ 51.7 32.85 35.96 -
YUV 153.25 130.69 199.87 -
System Red Green Blue C M Y K H S L
Decimal 254 101 158 0 0.60 0.38 0.00 337.65 0.99 0.7
Hex FE 65 9E 0 3C 26 0 152 63 46
Octal 376 145 236 0 74 46 0 522 143 106
Binary 11111110 1100101 10011110 0 111100 100110 0 101010010 1100011 1000110

Color Harmonies of #FE659E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE659E

Black with #FE659E

Text Example


Text Example

White with #FE659E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE659E; }

 p { color: rgb(254,101,158); }

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

background-color css

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

 a { background-color: rgb(254,101,158); }

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

border-color css

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

 span { border-color: rgb(254,101,158); }

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