Html Css Color HEX #FE459B Brilliant Rose

📋 copy color: '#FE459B'

red 254 ◦ green 69 ◦ blue 155

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

Shades of Brilliant Rose #FE459B

Tints of Brilliant Rose #FE459B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.44%

 BLUE value IS 155 (60.94% from 255) = 32.43%

R = 53.14%
G = 14.44%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE459B (or 0xFE459B) is known color: Brilliant Rose. HEX triplet: FE, 45 and 9B. RGB value is (254,69,155). Sum of RGB (Red+Green+Blue) = 254+69+155=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 69 (27.34% from 255 or 14.44% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE459B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE459B is #01BA64. Grayscale: #858585. Windows color (decimal): -113253 or 10175998. OLE color: 10175998.

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

Color convert

RGB 254 69 155 -
CMYK 0 0.73 0.39 0.00
HSL 332.11º 0.99% 0.63% -
HSV(B) 332.11º 0.73% 1% -
XYZ 48.92 27.69 33.78 -
YUV 134.12 139.79 213.51 -
System Red Green Blue C M Y K H S L
Decimal 254 69 155 0 0.73 0.39 0.00 332.11 0.99 0.63
Hex FE 45 9B 0 49 27 0 14C 63 3F
Octal 376 105 233 0 111 47 0 514 143 77
Binary 11111110 1000101 10011011 0 1001001 100111 0 101001100 1100011 111111

Color Harmonies of #FE459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE459B

Black with #FE459B

Text Example


Text Example

White with #FE459B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE459B; }

 p { color: rgb(254,69,155); }

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

background-color css

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

 a { background-color: rgb(254,69,155); }

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

border-color css

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

 span { border-color: rgb(254,69,155); }

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