Html Css Color HEX #FF4E9A Brilliant Rose

📋 copy color: '#FF4E9A'

red 255 ◦ green 78 ◦ blue 154

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

Shades of Brilliant Rose #FF4E9A

Tints of Brilliant Rose #FF4E9A

RGB

 RED value IS 255 (100% from 255) = 52.36%

 GREEN value IS 78 (30.86% from 255) = 16.02%

 BLUE value IS 154 (60.55% from 255) = 31.62%

R = 52.36%
G = 16.02%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FF4E9A (or 0xFF4E9A) is known color: Brilliant Rose. HEX triplet: FF, 4E and 9A. RGB value is (255,78,154). Sum of RGB (Red+Green+Blue) = 255+78+154=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 78 (30.86% from 255 or 16.02% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4E9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4E9A is #00B165. Grayscale: #8B8B8B. Windows color (decimal): -45414 or 10112767. OLE color: 10112767.

HSL color Cylindrical-coordinate representation of color #FF4E9A: hue angle of 334.24º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF4E9A is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB 255 78 154 -
CMYK 0 0.69 0.40 0
HSL 334.24º 1% 0.65% -
HSV(B) 334.24º 0.69% 1% -
XYZ 49.8 29.04 33.55 -
YUV 139.59 136.14 210.32 -
System Red Green Blue C M Y K H S L
Decimal 255 78 154 0 0.69 0.40 0 334.24 1 0.65
Hex FF 4E 9A 0 45 28 0 14E 64 41
Octal 377 116 232 0 105 50 0 516 144 101
Binary 11111111 1001110 10011010 0 1000101 101000 0 101001110 1100100 1000001

Color Harmonies of #FF4E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4E9A

Black with #FF4E9A

Text Example


Text Example

White with #FF4E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4E9A; }

 p { color: rgb(255,78,154); }

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

background-color css

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

 a { background-color: rgb(255,78,154); }

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

border-color css

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

 span { border-color: rgb(255,78,154); }

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