Html Css Color HEX #FE4BAC Brilliant Rose

📋 copy color: '#FE4BAC'

red 254 ◦ green 75 ◦ blue 172

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

Shades of Brilliant Rose #FE4BAC

Tints of Brilliant Rose #FE4BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.33%

R = 50.7%
G = 14.97%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FE4BAC (or 0xFE4BAC) is known color: Brilliant Rose. HEX triplet: FE, 4B and AC. RGB value is (254,75,172). Sum of RGB (Red+Green+Blue) = 254+75+172=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 75 (29.69% from 255 or 14.97% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4BAC is #01B453. Grayscale: #8B8B8B. Windows color (decimal): -111700 or 11291646. OLE color: 11291646.

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

Color convert

RGB 254 75 172 -
CMYK 0 0.70 0.32 0.00
HSL 327.49º 0.99% 0.65% -
HSV(B) 327.49º 0.7% 1% -
XYZ 50.84 29.08 41.96 -
YUV 139.58 146.3 209.61 -
System Red Green Blue C M Y K H S L
Decimal 254 75 172 0 0.70 0.32 0.00 327.49 0.99 0.65
Hex FE 4B AC 0 46 20 0 147 63 41
Octal 376 113 254 0 106 40 0 507 143 101
Binary 11111110 1001011 10101100 0 1000110 100000 0 101000111 1100011 1000001

Color Harmonies of #FE4BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4BAC

Black with #FE4BAC

Text Example


Text Example

White with #FE4BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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