Html Css Color HEX #FE4BA6 Brilliant Rose

📋 copy color: '#FE4BA6'

red 254 ◦ green 75 ◦ blue 166

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

Shades of Brilliant Rose #FE4BA6

Tints of Brilliant Rose #FE4BA6

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.15%

 BLUE value IS 166 (65.23% from 255) = 33.54%

R = 51.31%
G = 15.15%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FE4BA6 (or 0xFE4BA6) is known color: Brilliant Rose. HEX triplet: FE, 4B and A6. RGB value is (254,75,166). Sum of RGB (Red+Green+Blue) = 254+75+166=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 75 (29.69% from 255 or 15.15% from 495); Blue value is 166 (65.23% from 255 or 33.54% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4BA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4BA6 is #01B459. Grayscale: #8A8A8A. Windows color (decimal): -111706 or 10898430. OLE color: 10898430.

HSL color Cylindrical-coordinate representation of color #FE4BA6: hue angle of 329.5º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4BA6 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 75 166 -
CMYK 0 0.70 0.35 0.00
HSL 329.5º 0.99% 0.65% -
HSV(B) 329.5º 0.7% 1% -
XYZ 50.27 28.86 39 -
YUV 138.9 143.3 210.1 -
System Red Green Blue C M Y K H S L
Decimal 254 75 166 0 0.70 0.35 0.00 329.5 0.99 0.65
Hex FE 4B A6 0 46 23 0 149 63 41
Octal 376 113 246 0 106 43 0 511 143 101
Binary 11111110 1001011 10100110 0 1000110 100011 0 101001001 1100011 1000001

Color Harmonies of #FE4BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4BA6

Black with #FE4BA6

Text Example


Text Example

White with #FE4BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4BA6; }

 p { color: rgb(254,75,166); }

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

background-color css

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

 a { background-color: rgb(254,75,166); }

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

border-color css

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

 span { border-color: rgb(254,75,166); }

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