Html Css Color HEX #FF4E96 Brilliant Rose

📋 copy color: '#FF4E96'

red 255 ◦ green 78 ◦ blue 150

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

Shades of Brilliant Rose #FF4E96

Tints of Brilliant Rose #FF4E96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.06%

R = 52.8%
G = 16.15%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FF4E96 (or 0xFF4E96) is known color: Brilliant Rose. HEX triplet: FF, 4E and 96. RGB value is (255,78,150). Sum of RGB (Red+Green+Blue) = 255+78+150=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 78 (30.86% from 255 or 16.15% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4E96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4E96 is #00B169. Grayscale: #8B8B8B. Windows color (decimal): -45418 or 9850623. OLE color: 9850623.

HSL color Cylindrical-coordinate representation of color #FF4E96: hue angle of 335.59º 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 #FF4E96 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB 255 78 150 -
CMYK 0 0.69 0.41 0
HSL 335.59º 1% 0.65% -
HSV(B) 335.59º 0.69% 1% -
XYZ 49.47 28.91 31.83 -
YUV 139.13 134.14 210.65 -
System Red Green Blue C M Y K H S L
Decimal 255 78 150 0 0.69 0.41 0 335.59 1 0.65
Hex FF 4E 96 0 45 29 0 150 64 41
Octal 377 116 226 0 105 51 0 520 144 101
Binary 11111111 1001110 10010110 0 1000101 101001 0 101010000 1100100 1000001

Color Harmonies of #FF4E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4E96

Black with #FF4E96

Text Example


Text Example

White with #FF4E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4E96; }

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

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

background-color css

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

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

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

border-color css

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

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

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