Html Css Color HEX #FE5CA2 Brilliant Rose

📋 copy color: '#FE5CA2'

red 254 ◦ green 92 ◦ blue 162

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

Shades of Brilliant Rose #FE5CA2

Tints of Brilliant Rose #FE5CA2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.11%

 BLUE value IS 162 (63.67% from 255) = 31.89%

R = 50%
G = 18.11%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#FE5CA2 (or 0xFE5CA2) is known color: Brilliant Rose. HEX triplet: FE, 5C and A2. RGB value is (254,92,162). Sum of RGB (Red+Green+Blue) = 254+92+162=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 92 (36.33% from 255 or 18.11% from 508); Blue value is 162 (63.67% from 255 or 31.89% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5CA2 is #01A35D. Grayscale: #949494. Windows color (decimal): -107358 or 10640638. OLE color: 10640638.

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

Color convert

RGB 254 92 162 -
CMYK 0 0.64 0.36 0.00
HSL 334.07º 0.99% 0.68% -
HSV(B) 334.07º 0.64% 1% -
XYZ 51.22 31.33 37.53 -
YUV 148.42 135.67 203.31 -
System Red Green Blue C M Y K H S L
Decimal 254 92 162 0 0.64 0.36 0.00 334.07 0.99 0.68
Hex FE 5C A2 0 40 24 0 14E 63 44
Octal 376 134 242 0 100 44 0 516 143 104
Binary 11111110 1011100 10100010 0 1000000 100100 0 101001110 1100011 1000100

Color Harmonies of #FE5CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5CA2

Black with #FE5CA2

Text Example


Text Example

White with #FE5CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5CA2; }

 p { color: rgb(254,92,162); }

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

background-color css

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

 a { background-color: rgb(254,92,162); }

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

border-color css

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

 span { border-color: rgb(254,92,162); }

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