Html Css Color HEX #F44482 Violet Red

📋 copy color: '#F44482'

red 244 ◦ green 68 ◦ blue 130

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

Shades of Violet Red #F44482

Tints of Violet Red #F44482

RGB

 RED value IS 244 (95.7% from 255) = 55.2%

 GREEN value IS 68 (26.95% from 255) = 15.38%

 BLUE value IS 130 (51.17% from 255) = 29.41%

R = 55.2%
G = 15.38%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F44482 (or 0xF44482) is known color: Violet Red. HEX triplet: F4, 44 and 82. RGB value is (244,68,130). Sum of RGB (Red+Green+Blue) = 244+68+130=442 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.20% from 442); Green value is 68 (26.95% from 255 or 15.38% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 244 - color contains mainly: red. Hex color #F44482 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F44482 is #0BBB7D. Grayscale: #7F7F7F. Windows color (decimal): -768894 or 8537332. OLE color: 8537332.

HSL color Cylindrical-coordinate representation of color #F44482: hue angle of 338.86º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F44482 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 68 130 -
CMYK 0 0.72 0.47 0.04
HSL 338.86º 0.89% 0.61% -
HSV(B) 338.86º 0.72% 0.96% -
XYZ 43.4 24.98 23.65 -
YUV 127.69 129.31 210.96 -
System Red Green Blue C M Y K H S L
Decimal 244 68 130 0 0.72 0.47 0.04 338.86 0.89 0.61
Hex F4 44 82 0 48 2F 4 153 59 3D
Octal 364 104 202 0 110 57 4 523 131 75
Binary 11110100 1000100 10000010 0 1001000 101111 100 101010011 1011001 111101

Color Harmonies of #F44482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44482

Black with #F44482

Text Example


Text Example

White with #F44482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44482; }

 p { color: rgb(244,68,130); }

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

background-color css

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

 a { background-color: rgb(244,68,130); }

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

border-color css

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

 span { border-color: rgb(244,68,130); }

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