Html Css Color HEX #FE5DA6 Brilliant Rose

📋 copy color: '#FE5DA6'

red 254 ◦ green 93 ◦ blue 166

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

Shades of Brilliant Rose #FE5DA6

Tints of Brilliant Rose #FE5DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 32.36%

R = 49.51%
G = 18.13%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FE5DA6 (or 0xFE5DA6) is known color: Brilliant Rose. HEX triplet: FE, 5D and A6. RGB value is (254,93,166). Sum of RGB (Red+Green+Blue) = 254+93+166=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 166 (65.23% from 255 or 32.36% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5DA6 is #01A259. Grayscale: #959595. Windows color (decimal): -107098 or 10903038. OLE color: 10903038.

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

Color convert

RGB 254 93 166 -
CMYK 0 0.63 0.35 0.00
HSL 332.8º 0.99% 0.68% -
HSV(B) 332.8º 0.63% 1% -
XYZ 51.67 31.65 39.46 -
YUV 149.46 137.34 202.56 -
System Red Green Blue C M Y K H S L
Decimal 254 93 166 0 0.63 0.35 0.00 332.8 0.99 0.68
Hex FE 5D A6 0 3F 23 0 14D 63 44
Octal 376 135 246 0 77 43 0 515 143 104
Binary 11111110 1011101 10100110 0 111111 100011 0 101001101 1100011 1000100

Color Harmonies of #FE5DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5DA6

Black with #FE5DA6

Text Example


Text Example

White with #FE5DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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