Html Css Color HEX #FE46B1 Brilliant Rose

📋 copy color: '#FE46B1'

red 254 ◦ green 70 ◦ blue 177

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

Shades of Brilliant Rose #FE46B1

Tints of Brilliant Rose #FE46B1

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.97%

 BLUE value IS 177 (69.53% from 255) = 35.33%

R = 50.7%
G = 13.97%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE46B1 (or 0xFE46B1) is known color: Brilliant Rose. HEX triplet: FE, 46 and B1. RGB value is (254,70,177). Sum of RGB (Red+Green+Blue) = 254+70+177=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 70 (27.73% from 255 or 13.97% from 501); Blue value is 177 (69.53% from 255 or 35.33% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE46B1 is #01B94E. Grayscale: #888888. Windows color (decimal): -112975 or 11618046. OLE color: 11618046.

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

Color convert

RGB 254 70 177 -
CMYK 0 0.72 0.30 0.00
HSL 325.11º 0.99% 0.64% -
HSV(B) 325.11º 0.72% 1% -
XYZ 51 28.63 44.43 -
YUV 137.21 150.46 211.3 -
System Red Green Blue C M Y K H S L
Decimal 254 70 177 0 0.72 0.30 0.00 325.11 0.99 0.64
Hex FE 46 B1 0 48 1E 0 145 63 40
Octal 376 106 261 0 110 36 0 505 143 100
Binary 11111110 1000110 10110001 0 1001000 11110 0 101000101 1100011 1000000

Color Harmonies of #FE46B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE46B1

Black with #FE46B1

Text Example


Text Example

White with #FE46B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE46B1; }

 p { color: rgb(254,70,177); }

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

background-color css

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

 a { background-color: rgb(254,70,177); }

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

border-color css

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

 span { border-color: rgb(254,70,177); }

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