Html Css Color HEX #FE4C9B Brilliant Rose

📋 copy color: '#FE4C9B'

red 254 ◦ green 76 ◦ blue 155

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

Shades of Brilliant Rose #FE4C9B

Tints of Brilliant Rose #FE4C9B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.67%

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

R = 52.37%
G = 15.67%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE4C9B (or 0xFE4C9B) is known color: Brilliant Rose. HEX triplet: FE, 4C and 9B. RGB value is (254,76,155). Sum of RGB (Red+Green+Blue) = 254+76+155=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4C9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4C9B is #01B364. Grayscale: #8A8A8A. Windows color (decimal): -111461 or 10177790. OLE color: 10177790.

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

Color convert

RGB 254 76 155 -
CMYK 0 0.70 0.39 0.00
HSL 333.37º 0.99% 0.65% -
HSV(B) 333.37º 0.7% 1% -
XYZ 49.37 28.61 33.93 -
YUV 138.23 137.47 210.58 -
System Red Green Blue C M Y K H S L
Decimal 254 76 155 0 0.70 0.39 0.00 333.37 0.99 0.65
Hex FE 4C 9B 0 46 27 0 14D 63 41
Octal 376 114 233 0 106 47 0 515 143 101
Binary 11111110 1001100 10011011 0 1000110 100111 0 101001101 1100011 1000001

Color Harmonies of #FE4C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4C9B

Black with #FE4C9B

Text Example


Text Example

White with #FE4C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4C9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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