Html Css Color HEX #F1448A Violet Red

📋 copy color: '#F1448A'

red 241 ◦ green 68 ◦ blue 138

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

Shades of Violet Red #F1448A

Tints of Violet Red #F1448A

RGB

 RED value IS 241 (94.53% from 255) = 53.91%

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

 BLUE value IS 138 (54.3% from 255) = 30.87%

R = 53.91%
G = 15.21%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F1448A (or 0xF1448A) is known color: Violet Red. HEX triplet: F1, 44 and 8A. RGB value is (241,68,138). Sum of RGB (Red+Green+Blue) = 241+68+138=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 68 (26.95% from 255 or 15.21% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F1448A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1448A is #0EBB75. Grayscale: #7F7F7F. Windows color (decimal): -965494 or 9061617. OLE color: 9061617.

HSL color Cylindrical-coordinate representation of color #F1448A: hue angle of 335.72º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F1448A is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 68 138 -
CMYK 0 0.72 0.43 0.05
HSL 335.72º 0.86% 0.61% -
HSV(B) 335.72º 0.72% 0.95% -
XYZ 42.93 24.67 26.54 -
YUV 127.71 133.81 208.81 -
System Red Green Blue C M Y K H S L
Decimal 241 68 138 0 0.72 0.43 0.05 335.72 0.86 0.61
Hex F1 44 8A 0 48 2B 5 150 56 3D
Octal 361 104 212 0 110 53 5 520 126 75
Binary 11110001 1000100 10001010 0 1001000 101011 101 101010000 1010110 111101

Color Harmonies of #F1448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1448A

Black with #F1448A

Text Example


Text Example

White with #F1448A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1448A; }

 p { color: rgb(241,68,138); }

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

background-color css

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

 a { background-color: rgb(241,68,138); }

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

border-color css

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

 span { border-color: rgb(241,68,138); }

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