Html Css Color HEX #FE5D9C Brilliant Rose

📋 copy color: '#FE5D9C'

red 254 ◦ green 93 ◦ blue 156

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

Shades of Brilliant Rose #FE5D9C

Tints of Brilliant Rose #FE5D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.01%

R = 50.5%
G = 18.49%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE5D9C (or 0xFE5D9C) is known color: Brilliant Rose. HEX triplet: FE, 5D and 9C. RGB value is (254,93,156). Sum of RGB (Red+Green+Blue) = 254+93+156=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5D9C is #01A263. Grayscale: #949494. Windows color (decimal): -107108 or 10247678. OLE color: 10247678.

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

Color convert

RGB 254 93 156 -
CMYK 0 0.63 0.39 0.00
HSL 336.52º 0.99% 0.68% -
HSV(B) 336.52º 0.63% 1% -
XYZ 50.79 31.3 34.82 -
YUV 148.32 132.34 203.38 -
System Red Green Blue C M Y K H S L
Decimal 254 93 156 0 0.63 0.39 0.00 336.52 0.99 0.68
Hex FE 5D 9C 0 3F 27 0 151 63 44
Octal 376 135 234 0 77 47 0 521 143 104
Binary 11111110 1011101 10011100 0 111111 100111 0 101010001 1100011 1000100

Color Harmonies of #FE5D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5D9C

Black with #FE5D9C

Text Example


Text Example

White with #FE5D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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