Html Css Color HEX #FE64A1 Brilliant Rose

📋 copy color: '#FE64A1'

red 254 ◦ green 100 ◦ blue 161

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

Shades of Brilliant Rose #FE64A1

Tints of Brilliant Rose #FE64A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.26%

R = 49.32%
G = 19.42%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE64A1 (or 0xFE64A1) is known color: Brilliant Rose. HEX triplet: FE, 64 and A1. RGB value is (254,100,161). Sum of RGB (Red+Green+Blue) = 254+100+161=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE64A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE64A1 is #019B5E. Grayscale: #989898. Windows color (decimal): -105311 or 10577150. OLE color: 10577150.

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

Color convert

RGB 254 100 161 -
CMYK 0 0.61 0.37 0.00
HSL 336.23º 0.99% 0.69% -
HSV(B) 336.23º 0.61% 1% -
XYZ 51.86 32.76 37.31 -
YUV 153 132.52 200.04 -
System Red Green Blue C M Y K H S L
Decimal 254 100 161 0 0.61 0.37 0.00 336.23 0.99 0.69
Hex FE 64 A1 0 3D 25 0 150 63 45
Octal 376 144 241 0 75 45 0 520 143 105
Binary 11111110 1100100 10100001 0 111101 100101 0 101010000 1100011 1000101

Color Harmonies of #FE64A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE64A1

Black with #FE64A1

Text Example


Text Example

White with #FE64A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE64A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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