Html Css Color HEX #FE4CA5 Brilliant Rose

📋 copy color: '#FE4CA5'

red 254 ◦ green 76 ◦ blue 165

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

Shades of Brilliant Rose #FE4CA5

Tints of Brilliant Rose #FE4CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.33%

R = 51.31%
G = 15.35%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FE4CA5 (or 0xFE4CA5) is known color: Brilliant Rose. HEX triplet: FE, 4C and A5. RGB value is (254,76,165). Sum of RGB (Red+Green+Blue) = 254+76+165=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 76 (30.08% from 255 or 15.35% from 495); Blue value is 165 (64.84% from 255 or 33.33% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4CA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4CA5 is #01B35A. Grayscale: #8B8B8B. Windows color (decimal): -111451 or 10833150. OLE color: 10833150.

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

Color convert

RGB 254 76 165 -
CMYK 0 0.70 0.35 0.00
HSL 330º 0.99% 0.65% -
HSV(B) 330º 0.7% 1% -
XYZ 50.25 28.96 38.54 -
YUV 139.37 142.47 209.76 -
System Red Green Blue C M Y K H S L
Decimal 254 76 165 0 0.70 0.35 0.00 330 0.99 0.65
Hex FE 4C A5 0 46 23 0 14A 63 41
Octal 376 114 245 0 106 43 0 512 143 101
Binary 11111110 1001100 10100101 0 1000110 100011 0 101001010 1100011 1000001

Color Harmonies of #FE4CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4CA5

Black with #FE4CA5

Text Example


Text Example

White with #FE4CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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