Html Css Color HEX #FF4D9A Brilliant Rose

📋 copy color: '#FF4D9A'

red 255 ◦ green 77 ◦ blue 154

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

Shades of Brilliant Rose #FF4D9A

Tints of Brilliant Rose #FF4D9A

RGB

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

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

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

R = 52.47%
G = 15.84%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FF4D9A (or 0xFF4D9A) is known color: Brilliant Rose. HEX triplet: FF, 4D and 9A. RGB value is (255,77,154). Sum of RGB (Red+Green+Blue) = 255+77+154=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4D9A is #00B265. Grayscale: #8A8A8A. Windows color (decimal): -45670 or 10112511. OLE color: 10112511.

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

Color convert

RGB 255 77 154 -
CMYK 0 0.70 0.40 0
HSL 334.05º 1% 0.65% -
HSV(B) 334.05º 0.7% 1% -
XYZ 49.73 28.9 33.53 -
YUV 139 136.47 210.74 -
System Red Green Blue C M Y K H S L
Decimal 255 77 154 0 0.70 0.40 0 334.05 1 0.65
Hex FF 4D 9A 0 46 28 0 14E 64 41
Octal 377 115 232 0 106 50 0 516 144 101
Binary 11111111 1001101 10011010 0 1000110 101000 0 101001110 1100100 1000001

Color Harmonies of #FF4D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4D9A

Black with #FF4D9A

Text Example


Text Example

White with #FF4D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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