Html Css Color HEX #FE65A1 Brilliant Rose

📋 copy color: '#FE65A1'

red 254 ◦ green 101 ◦ blue 161

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

Shades of Brilliant Rose #FE65A1

Tints of Brilliant Rose #FE65A1

RGB

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

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

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

R = 49.22%
G = 19.57%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE65A1 (or 0xFE65A1) is known color: Brilliant Rose. HEX triplet: FE, 65 and A1. RGB value is (254,101,161). Sum of RGB (Red+Green+Blue) = 254+101+161=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE65A1 is #019A5E. Grayscale: #999999. Windows color (decimal): -105055 or 10577406. OLE color: 10577406.

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

Color convert

RGB 254 101 161 -
CMYK 0 0.60 0.37 0.00
HSL 336.47º 0.99% 0.7% -
HSV(B) 336.47º 0.6% 1% -
XYZ 51.96 32.95 37.34 -
YUV 153.59 132.19 199.62 -
System Red Green Blue C M Y K H S L
Decimal 254 101 161 0 0.60 0.37 0.00 336.47 0.99 0.7
Hex FE 65 A1 0 3C 25 0 150 63 46
Octal 376 145 241 0 74 45 0 520 143 106
Binary 11111110 1100101 10100001 0 111100 100101 0 101010000 1100011 1000110

Color Harmonies of #FE65A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE65A1

Black with #FE65A1

Text Example


Text Example

White with #FE65A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE65A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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