Html Css Color HEX #FE659D Brilliant Rose

📋 copy color: '#FE659D'

red 254 ◦ green 101 ◦ blue 157

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

Shades of Brilliant Rose #FE659D

Tints of Brilliant Rose #FE659D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.66%

R = 49.61%
G = 19.73%
B = 30.66%

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

#FE659D (or 0xFE659D) is known color: Brilliant Rose. HEX triplet: FE, 65 and 9D. RGB value is (254,101,157). Sum of RGB (Red+Green+Blue) = 254+101+157=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE659D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE659D is #019A62. Grayscale: #999999. Windows color (decimal): -105059 or 10315262. OLE color: 10315262.

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

Color convert

RGB 254 101 157 -
CMYK 0 0.60 0.38 0.00
HSL 338.04º 0.99% 0.7% -
HSV(B) 338.04º 0.6% 1% -
XYZ 51.61 32.81 35.51 -
YUV 153.13 130.19 199.95 -
System Red Green Blue C M Y K H S L
Decimal 254 101 157 0 0.60 0.38 0.00 338.04 0.99 0.7
Hex FE 65 9D 0 3C 26 0 152 63 46
Octal 376 145 235 0 74 46 0 522 143 106
Binary 11111110 1100101 10011101 0 111100 100110 0 101010010 1100011 1000110

Color Harmonies of #FE659D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE659D

Black with #FE659D

Text Example


Text Example

White with #FE659D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE659D; }

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

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

background-color css

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

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

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

border-color css

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

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

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