Html Css Color HEX #FE4CA8 Brilliant Rose

📋 copy color: '#FE4CA8'

red 254 ◦ green 76 ◦ blue 168

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

Shades of Brilliant Rose #FE4CA8

Tints of Brilliant Rose #FE4CA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.73%

R = 51%
G = 15.26%
B = 33.73%

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

#FE4CA8 (or 0xFE4CA8) is known color: Brilliant Rose. HEX triplet: FE, 4C and A8. RGB value is (254,76,168). Sum of RGB (Red+Green+Blue) = 254+76+168=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 76 (30.08% from 255 or 15.26% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4CA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4CA8 is #01B357. Grayscale: #8B8B8B. Windows color (decimal): -111448 or 11029758. OLE color: 11029758.

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

Color convert

RGB 254 76 168 -
CMYK 0 0.70 0.34 0.00
HSL 328.99º 0.99% 0.65% -
HSV(B) 328.99º 0.7% 1% -
XYZ 50.53 29.07 39.99 -
YUV 139.71 143.97 209.52 -
System Red Green Blue C M Y K H S L
Decimal 254 76 168 0 0.70 0.34 0.00 328.99 0.99 0.65
Hex FE 4C A8 0 46 22 0 149 63 41
Octal 376 114 250 0 106 42 0 511 143 101
Binary 11111110 1001100 10101000 0 1000110 100010 0 101001001 1100011 1000001

Color Harmonies of #FE4CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4CA8

Black with #FE4CA8

Text Example


Text Example

White with #FE4CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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