Html Css Color HEX #FF4988 Violet Red

📋 copy color: '#FF4988'

red 255 ◦ green 73 ◦ blue 136

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

Shades of Violet Red #FF4988

Tints of Violet Red #FF4988

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.73%

 BLUE value IS 136 (53.52% from 255) = 29.31%

R = 54.96%
G = 15.73%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FF4988 (or 0xFF4988) is known color: Violet Red. HEX triplet: FF, 49 and 88. RGB value is (255,73,136). Sum of RGB (Red+Green+Blue) = 255+73+136=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 136 (53.52% from 255 or 29.31% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4988 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4988 is #00B677. Grayscale: #868686. Windows color (decimal): -46712 or 8931839. OLE color: 8931839.

HSL color Cylindrical-coordinate representation of color #FF4988: hue angle of 339.23º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4988 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB 255 73 136 -
CMYK 0 0.71 0.47 0
HSL 339.23º 1% 0.64% -
HSV(B) 339.23º 0.71% 1% -
XYZ 48.07 27.8 26.13 -
YUV 134.6 128.8 213.88 -
System Red Green Blue C M Y K H S L
Decimal 255 73 136 0 0.71 0.47 0 339.23 1 0.64
Hex FF 49 88 0 47 2F 0 153 64 40
Octal 377 111 210 0 107 57 0 523 144 100
Binary 11111111 1001001 10001000 0 1000111 101111 0 101010011 1100100 1000000

Color Harmonies of #FF4988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4988

Black with #FF4988

Text Example


Text Example

White with #FF4988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4988; }

 p { color: rgb(255,73,136); }

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

background-color css

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

 a { background-color: rgb(255,73,136); }

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

border-color css

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

 span { border-color: rgb(255,73,136); }

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