Html Css Color HEX #FE4BA7 Brilliant Rose

📋 copy color: '#FE4BA7'

red 254 ◦ green 75 ◦ blue 167

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

Shades of Brilliant Rose #FE4BA7

Tints of Brilliant Rose #FE4BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33.67%

R = 51.21%
G = 15.12%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FE4BA7 (or 0xFE4BA7) is known color: Brilliant Rose. HEX triplet: FE, 4B and A7. RGB value is (254,75,167). Sum of RGB (Red+Green+Blue) = 254+75+167=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 75 (29.69% from 255 or 15.12% from 496); Blue value is 167 (65.62% from 255 or 33.67% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4BA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4BA7 is #01B458. Grayscale: #8A8A8A. Windows color (decimal): -111705 or 10963966. OLE color: 10963966.

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

Color convert

RGB 254 75 167 -
CMYK 0 0.70 0.34 0.00
HSL 329.16º 0.99% 0.65% -
HSV(B) 329.16º 0.7% 1% -
XYZ 50.36 28.89 39.48 -
YUV 139.01 143.8 210.02 -
System Red Green Blue C M Y K H S L
Decimal 254 75 167 0 0.70 0.34 0.00 329.16 0.99 0.65
Hex FE 4B A7 0 46 22 0 149 63 41
Octal 376 113 247 0 106 42 0 511 143 101
Binary 11111110 1001011 10100111 0 1000110 100010 0 101001001 1100011 1000001

Color Harmonies of #FE4BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4BA7

Black with #FE4BA7

Text Example


Text Example

White with #FE4BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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