Html Css Color HEX #F2418D Violet Red

📋 copy color: '#F2418D'

red 242 ◦ green 65 ◦ blue 141

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

Shades of Violet Red #F2418D

Tints of Violet Red #F2418D

RGB

 RED value IS 242 (94.92% from 255) = 54.02%

 GREEN value IS 65 (25.78% from 255) = 14.51%

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

R = 54.02%
G = 14.51%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2418D (or 0xF2418D) is known color: Violet Red. HEX triplet: F2, 41 and 8D. RGB value is (242,65,141). Sum of RGB (Red+Green+Blue) = 242+65+141=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F2418D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2418D is #0DBE72. Grayscale: #7E7E7E. Windows color (decimal): -900723 or 9257458. OLE color: 9257458.

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

Color convert

RGB 242 65 141 -
CMYK 0 0.73 0.42 0.05
HSL 334.24º 0.87% 0.6% -
HSV(B) 334.24º 0.73% 0.95% -
XYZ 43.32 24.58 27.66 -
YUV 126.59 136.14 210.32 -
System Red Green Blue C M Y K H S L
Decimal 242 65 141 0 0.73 0.42 0.05 334.24 0.87 0.6
Hex F2 41 8D 0 49 2A 5 14E 57 3C
Octal 362 101 215 0 111 52 5 516 127 74
Binary 11110010 1000001 10001101 0 1001001 101010 101 101001110 1010111 111100

Color Harmonies of #F2418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2418D

Black with #F2418D

Text Example


Text Example

White with #F2418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2418D; }

 p { color: rgb(242,65,141); }

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

background-color css

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

 a { background-color: rgb(242,65,141); }

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

border-color css

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

 span { border-color: rgb(242,65,141); }

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