Html Css Color HEX #FE5DA3 Brilliant Rose

📋 copy color: '#FE5DA3'

red 254 ◦ green 93 ◦ blue 163

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

Shades of Brilliant Rose #FE5DA3

Tints of Brilliant Rose #FE5DA3

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.24%

 BLUE value IS 163 (64.06% from 255) = 31.96%

R = 49.8%
G = 18.24%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#FE5DA3 (or 0xFE5DA3) is known color: Brilliant Rose. HEX triplet: FE, 5D and A3. RGB value is (254,93,163). Sum of RGB (Red+Green+Blue) = 254+93+163=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 93 (36.72% from 255 or 18.24% from 510); Blue value is 163 (64.06% from 255 or 31.96% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5DA3 is #01A25C. Grayscale: #959595. Windows color (decimal): -107101 or 10706430. OLE color: 10706430.

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

Color convert

RGB 254 93 163 -
CMYK 0 0.63 0.36 0.00
HSL 333.91º 0.99% 0.68% -
HSV(B) 333.91º 0.63% 1% -
XYZ 51.4 31.54 38.03 -
YUV 149.12 135.84 202.81 -
System Red Green Blue C M Y K H S L
Decimal 254 93 163 0 0.63 0.36 0.00 333.91 0.99 0.68
Hex FE 5D A3 0 3F 24 0 14E 63 44
Octal 376 135 243 0 77 44 0 516 143 104
Binary 11111110 1011101 10100011 0 111111 100100 0 101001110 1100011 1000100

Color Harmonies of #FE5DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5DA3

Black with #FE5DA3

Text Example


Text Example

White with #FE5DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5DA3; }

 p { color: rgb(254,93,163); }

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

background-color css

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

 a { background-color: rgb(254,93,163); }

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

border-color css

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

 span { border-color: rgb(254,93,163); }

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