Html Css Color HEX #FE61A0 Brilliant Rose

📋 copy color: '#FE61A0'

red 254 ◦ green 97 ◦ blue 160

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

Shades of Brilliant Rose #FE61A0

Tints of Brilliant Rose #FE61A0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.98%

 BLUE value IS 160 (62.89% from 255) = 31.31%

R = 49.71%
G = 18.98%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE61A0 (or 0xFE61A0) is known color: Brilliant Rose. HEX triplet: FE, 61 and A0. RGB value is (254,97,160). Sum of RGB (Red+Green+Blue) = 254+97+160=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE61A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE61A0 is #019E5F. Grayscale: #979797. Windows color (decimal): -106080 or 10510846. OLE color: 10510846.

HSL color Cylindrical-coordinate representation of color #FE61A0: hue angle of 335.92º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE61A0 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 97 160 -
CMYK 0 0.62 0.37 0.00
HSL 335.92º 0.99% 0.69% -
HSV(B) 335.92º 0.62% 1% -
XYZ 51.49 32.16 36.75 -
YUV 151.13 133.01 201.38 -
System Red Green Blue C M Y K H S L
Decimal 254 97 160 0 0.62 0.37 0.00 335.92 0.99 0.69
Hex FE 61 A0 0 3E 25 0 150 63 45
Octal 376 141 240 0 76 45 0 520 143 105
Binary 11111110 1100001 10100000 0 111110 100101 0 101010000 1100011 1000101

Color Harmonies of #FE61A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE61A0

Black with #FE61A0

Text Example


Text Example

White with #FE61A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE61A0; }

 p { color: rgb(254,97,160); }

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

background-color css

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

 a { background-color: rgb(254,97,160); }

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

border-color css

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

 span { border-color: rgb(254,97,160); }

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