Html Css Color HEX #FF4DAE Brilliant Rose

📋 copy color: '#FF4DAE'

red 255 ◦ green 77 ◦ blue 174

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

Shades of Brilliant Rose #FF4DAE

Tints of Brilliant Rose #FF4DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.22%

 BLUE value IS 174 (68.36% from 255) = 34.39%

R = 50.4%
G = 15.22%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FF4DAE (or 0xFF4DAE) is known color: Brilliant Rose. HEX triplet: FF, 4D and AE. RGB value is (255,77,174). Sum of RGB (Red+Green+Blue) = 255+77+174=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 174 (68.36% from 255 or 34.39% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4DAE is #00B251. Grayscale: #8D8D8D. Windows color (decimal): -45650 or 11423231. OLE color: 11423231.

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

Color convert

RGB 255 77 174 -
CMYK 0 0.70 0.32 0
HSL 327.3º 1% 0.65% -
HSV(B) 327.3º 0.7% 1% -
XYZ 51.53 29.62 43.05 -
YUV 141.28 146.47 209.11 -
System Red Green Blue C M Y K H S L
Decimal 255 77 174 0 0.70 0.32 0 327.3 1 0.65
Hex FF 4D AE 0 46 20 0 147 64 41
Octal 377 115 256 0 106 40 0 507 144 101
Binary 11111111 1001101 10101110 0 1000110 100000 0 101000111 1100100 1000001

Color Harmonies of #FF4DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4DAE

Black with #FF4DAE

Text Example


Text Example

White with #FF4DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4DAE; }

 p { color: rgb(255,77,174); }

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

background-color css

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

 a { background-color: rgb(255,77,174); }

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

border-color css

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

 span { border-color: rgb(255,77,174); }

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