Html Css Color HEX #F1438D Violet Red

📋 copy color: '#F1438D'

red 241 ◦ green 67 ◦ blue 141

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

Shades of Violet Red #F1438D

Tints of Violet Red #F1438D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.92%

 BLUE value IS 141 (55.47% from 255) = 31.4%

R = 53.67%
G = 14.92%
B = 31.4%

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

#F1438D (or 0xF1438D) is known color: Violet Red. HEX triplet: F1, 43 and 8D. RGB value is (241,67,141). Sum of RGB (Red+Green+Blue) = 241+67+141=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 67 (26.56% from 255 or 14.92% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F1438D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1438D is #0EBC72. Grayscale: #7F7F7F. Windows color (decimal): -965747 or 9257969. OLE color: 9257969.

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

Color convert

RGB 241 67 141 -
CMYK 0 0.72 0.41 0.05
HSL 334.48º 0.86% 0.6% -
HSV(B) 334.48º 0.72% 0.95% -
XYZ 43.09 24.64 27.68 -
YUV 127.46 135.65 208.98 -
System Red Green Blue C M Y K H S L
Decimal 241 67 141 0 0.72 0.41 0.05 334.48 0.86 0.6
Hex F1 43 8D 0 48 29 5 14E 56 3C
Octal 361 103 215 0 110 51 5 516 126 74
Binary 11110001 1000011 10001101 0 1001000 101001 101 101001110 1010110 111100

Color Harmonies of #F1438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1438D

Black with #F1438D

Text Example


Text Example

White with #F1438D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1438D; }

 p { color: rgb(241,67,141); }

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

background-color css

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

 a { background-color: rgb(241,67,141); }

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

border-color css

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

 span { border-color: rgb(241,67,141); }

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