Html Css Color HEX #FE4FAB Brilliant Rose

📋 copy color: '#FE4FAB'

red 254 ◦ green 79 ◦ blue 171

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

Shades of Brilliant Rose #FE4FAB

Tints of Brilliant Rose #FE4FAB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.67%

 BLUE value IS 171 (67.19% from 255) = 33.93%

R = 50.4%
G = 15.67%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE4FAB (or 0xFE4FAB) is known color: Brilliant Rose. HEX triplet: FE, 4F and AB. RGB value is (254,79,171). Sum of RGB (Red+Green+Blue) = 254+79+171=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 79 (31.25% from 255 or 15.67% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4FAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4FAB is #01B054. Grayscale: #8D8D8D. Windows color (decimal): -110677 or 11227134. OLE color: 11227134.

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

Color convert

RGB 254 79 171 -
CMYK 0 0.69 0.33 0.00
HSL 328.46º 0.99% 0.65% -
HSV(B) 328.46º 0.69% 1% -
XYZ 51.02 29.6 41.55 -
YUV 141.81 144.48 208.02 -
System Red Green Blue C M Y K H S L
Decimal 254 79 171 0 0.69 0.33 0.00 328.46 0.99 0.65
Hex FE 4F AB 0 45 21 0 148 63 41
Octal 376 117 253 0 105 41 0 510 143 101
Binary 11111110 1001111 10101011 0 1000101 100001 0 101001000 1100011 1000001

Color Harmonies of #FE4FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4FAB

Black with #FE4FAB

Text Example


Text Example

White with #FE4FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4FAB; }

 p { color: rgb(254,79,171); }

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

background-color css

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

 a { background-color: rgb(254,79,171); }

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

border-color css

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

 span { border-color: rgb(254,79,171); }

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