Html Css Color HEX #F1448F Violet Red

📋 copy color: '#F1448F'

red 241 ◦ green 68 ◦ blue 143

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

Shades of Violet Red #F1448F

Tints of Violet Red #F1448F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.64%

R = 53.32%
G = 15.04%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1448F (or 0xF1448F) is known color: Violet Red. HEX triplet: F1, 44 and 8F. RGB value is (241,68,143). Sum of RGB (Red+Green+Blue) = 241+68+143=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 68 (26.95% from 255 or 15.04% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F1448F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1448F is #0EBB70. Grayscale: #808080. Windows color (decimal): -965489 or 9389297. OLE color: 9389297.

HSL color Cylindrical-coordinate representation of color #F1448F: hue angle of 333.99º 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 #F1448F is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 68 143 -
CMYK 0 0.72 0.41 0.05
HSL 333.99º 0.86% 0.61% -
HSV(B) 333.99º 0.72% 0.95% -
XYZ 43.3 24.82 28.49 -
YUV 128.28 136.31 208.4 -
System Red Green Blue C M Y K H S L
Decimal 241 68 143 0 0.72 0.41 0.05 333.99 0.86 0.61
Hex F1 44 8F 0 48 29 5 14E 56 3D
Octal 361 104 217 0 110 51 5 516 126 75
Binary 11110001 1000100 10001111 0 1001000 101001 101 101001110 1010110 111101

Color Harmonies of #F1448F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1448F

Black with #F1448F

Text Example


Text Example

White with #F1448F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1448F; }

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

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

background-color css

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

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

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

border-color css

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

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

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