Html Css Color HEX #FE67A1 Brilliant Rose

📋 copy color: '#FE67A1'

red 254 ◦ green 103 ◦ blue 161

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

Shades of Brilliant Rose #FE67A1

Tints of Brilliant Rose #FE67A1

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.88%

 BLUE value IS 161 (63.28% from 255) = 31.08%

R = 49.03%
G = 19.88%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE67A1 (or 0xFE67A1) is known color: Brilliant Rose. HEX triplet: FE, 67 and A1. RGB value is (254,103,161). Sum of RGB (Red+Green+Blue) = 254+103+161=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 161 (63.28% from 255 or 31.08% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE67A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE67A1 is #01985E. Grayscale: #9A9A9A. Windows color (decimal): -104543 or 10577918. OLE color: 10577918.

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

Color convert

RGB 254 103 161 -
CMYK 0 0.59 0.37 0.00
HSL 336.95º 0.99% 0.7% -
HSV(B) 336.95º 0.59% 1% -
XYZ 52.16 33.34 37.41 -
YUV 154.76 131.53 198.78 -
System Red Green Blue C M Y K H S L
Decimal 254 103 161 0 0.59 0.37 0.00 336.95 0.99 0.7
Hex FE 67 A1 0 3B 25 0 151 63 46
Octal 376 147 241 0 73 45 0 521 143 106
Binary 11111110 1100111 10100001 0 111011 100101 0 101010001 1100011 1000110

Color Harmonies of #FE67A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE67A1

Black with #FE67A1

Text Example


Text Example

White with #FE67A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE67A1; }

 p { color: rgb(254,103,161); }

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

background-color css

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

 a { background-color: rgb(254,103,161); }

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

border-color css

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

 span { border-color: rgb(254,103,161); }

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