Html Css Color HEX #FF4D98 Brilliant Rose

📋 copy color: '#FF4D98'

red 255 ◦ green 77 ◦ blue 152

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

Shades of Brilliant Rose #FF4D98

Tints of Brilliant Rose #FF4D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.4%

R = 52.69%
G = 15.91%
B = 31.4%

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

#FF4D98 (or 0xFF4D98) is known color: Brilliant Rose. HEX triplet: FF, 4D and 98. RGB value is (255,77,152). Sum of RGB (Red+Green+Blue) = 255+77+152=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4D98 is #00B267. Grayscale: #8A8A8A. Windows color (decimal): -45672 or 9981439. OLE color: 9981439.

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

Color convert

RGB 255 77 152 -
CMYK 0 0.70 0.40 0
HSL 334.72º 1% 0.65% -
HSV(B) 334.72º 0.7% 1% -
XYZ 49.56 28.83 32.66 -
YUV 138.77 135.47 210.9 -
System Red Green Blue C M Y K H S L
Decimal 255 77 152 0 0.70 0.40 0 334.72 1 0.65
Hex FF 4D 98 0 46 28 0 14F 64 41
Octal 377 115 230 0 106 50 0 517 144 101
Binary 11111111 1001101 10011000 0 1000110 101000 0 101001111 1100100 1000001

Color Harmonies of #FF4D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4D98

Black with #FF4D98

Text Example


Text Example

White with #FF4D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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