Html Css Color HEX #FF4DAB Brilliant Rose

📋 copy color: '#FF4DAB'

red 255 ◦ green 77 ◦ blue 171

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

Shades of Brilliant Rose #FF4DAB

Tints of Brilliant Rose #FF4DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34%

R = 50.7%
G = 15.31%
B = 34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF4DAB (or 0xFF4DAB) is known color: Brilliant Rose. HEX triplet: FF, 4D and AB. RGB value is (255,77,171). Sum of RGB (Red+Green+Blue) = 255+77+171=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 77 (30.47% from 255 or 15.31% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4DAB is #00B254. Grayscale: #8C8C8C. Windows color (decimal): -45653 or 11226623. OLE color: 11226623.

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

Color convert

RGB 255 77 171 -
CMYK 0 0.70 0.33 0
HSL 328.31º 1% 0.65% -
HSV(B) 328.31º 0.7% 1% -
XYZ 51.24 29.51 41.52 -
YUV 140.94 144.97 209.36 -
System Red Green Blue C M Y K H S L
Decimal 255 77 171 0 0.70 0.33 0 328.31 1 0.65
Hex FF 4D AB 0 46 21 0 148 64 41
Octal 377 115 253 0 106 41 0 510 144 101
Binary 11111111 1001101 10101011 0 1000110 100001 0 101001000 1100100 1000001

Color Harmonies of #FF4DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4DAB

Black with #FF4DAB

Text Example


Text Example

White with #FF4DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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