Html Css Color HEX #FE649E Brilliant Rose

📋 copy color: '#FE649E'

red 254 ◦ green 100 ◦ blue 158

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

Shades of Brilliant Rose #FE649E

Tints of Brilliant Rose #FE649E

RGB

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

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

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

R = 49.61%
G = 19.53%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE649E (or 0xFE649E) is known color: Brilliant Rose. HEX triplet: FE, 64 and 9E. RGB value is (254,100,158). Sum of RGB (Red+Green+Blue) = 254+100+158=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 100 (39.45% from 255 or 19.53% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE649E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE649E is #019B61. Grayscale: #989898. Windows color (decimal): -105314 or 10380542. OLE color: 10380542.

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

Color convert

RGB 254 100 158 -
CMYK 0 0.61 0.38 0.00
HSL 337.4º 0.99% 0.69% -
HSV(B) 337.4º 0.61% 1% -
XYZ 51.6 32.65 35.93 -
YUV 152.66 131.02 200.28 -
System Red Green Blue C M Y K H S L
Decimal 254 100 158 0 0.61 0.38 0.00 337.4 0.99 0.69
Hex FE 64 9E 0 3D 26 0 151 63 45
Octal 376 144 236 0 75 46 0 521 143 105
Binary 11111110 1100100 10011110 0 111101 100110 0 101010001 1100011 1000101

Color Harmonies of #FE649E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE649E

Black with #FE649E

Text Example


Text Example

White with #FE649E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE649E; }

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

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

background-color css

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

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

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

border-color css

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

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

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