Html Css Color HEX #FF4DA1 Brilliant Rose

📋 copy color: '#FF4DA1'

red 255 ◦ green 77 ◦ blue 161

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

Shades of Brilliant Rose #FF4DA1

Tints of Brilliant Rose #FF4DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.66%

R = 51.72%
G = 15.62%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FF4DA1 (or 0xFF4DA1) is known color: Brilliant Rose. HEX triplet: FF, 4D and A1. RGB value is (255,77,161). Sum of RGB (Red+Green+Blue) = 255+77+161=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 161 (63.28% from 255 or 32.66% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4DA1 is #00B25E. Grayscale: #8B8B8B. Windows color (decimal): -45663 or 10571263. OLE color: 10571263.

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

Color convert

RGB 255 77 161 -
CMYK 0 0.70 0.37 0
HSL 331.69º 1% 0.65% -
HSV(B) 331.69º 0.7% 1% -
XYZ 50.33 29.14 36.69 -
YUV 139.8 139.97 210.17 -
System Red Green Blue C M Y K H S L
Decimal 255 77 161 0 0.70 0.37 0 331.69 1 0.65
Hex FF 4D A1 0 46 25 0 14C 64 41
Octal 377 115 241 0 106 45 0 514 144 101
Binary 11111111 1001101 10100001 0 1000110 100101 0 101001100 1100100 1000001

Color Harmonies of #FF4DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4DA1

Black with #FF4DA1

Text Example


Text Example

White with #FF4DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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