Html Css Color HEX #FE48B5 Brilliant Rose

📋 copy color: '#FE48B5'

red 254 ◦ green 72 ◦ blue 181

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

Shades of Brilliant Rose #FE48B5

Tints of Brilliant Rose #FE48B5

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.2%

 BLUE value IS 181 (71.09% from 255) = 35.7%

R = 50.1%
G = 14.2%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FE48B5 (or 0xFE48B5) is known color: Brilliant Rose. HEX triplet: FE, 48 and B5. RGB value is (254,72,181). Sum of RGB (Red+Green+Blue) = 254+72+181=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 72 (28.52% from 255 or 14.20% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE48B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE48B5 is #01B74A. Grayscale: #8A8A8A. Windows color (decimal): -112459 or 11880702. OLE color: 11880702.

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

Color convert

RGB 254 72 181 -
CMYK 0 0.72 0.29 0.00
HSL 324.07º 0.99% 0.64% -
HSV(B) 324.07º 0.72% 1% -
XYZ 51.53 29.04 46.61 -
YUV 138.84 151.8 210.14 -
System Red Green Blue C M Y K H S L
Decimal 254 72 181 0 0.72 0.29 0.00 324.07 0.99 0.64
Hex FE 48 B5 0 48 1D 0 144 63 40
Octal 376 110 265 0 110 35 0 504 143 100
Binary 11111110 1001000 10110101 0 1001000 11101 0 101000100 1100011 1000000

Color Harmonies of #FE48B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE48B5

Black with #FE48B5

Text Example


Text Example

White with #FE48B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE48B5; }

 p { color: rgb(254,72,181); }

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

background-color css

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

 a { background-color: rgb(254,72,181); }

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

border-color css

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

 span { border-color: rgb(254,72,181); }

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