Html Css Color HEX #F2448C Violet Red

📋 copy color: '#F2448C'

red 242 ◦ green 68 ◦ blue 140

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

Shades of Violet Red #F2448C

Tints of Violet Red #F2448C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.11%

R = 53.78%
G = 15.11%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2448C (or 0xF2448C) is known color: Violet Red. HEX triplet: F2, 44 and 8C. RGB value is (242,68,140). Sum of RGB (Red+Green+Blue) = 242+68+140=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 68 (26.95% from 255 or 15.11% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F2448C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2448C is #0DBB73. Grayscale: #808080. Windows color (decimal): -899956 or 9192690. OLE color: 9192690.

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

Color convert

RGB 242 68 140 -
CMYK 0 0.72 0.42 0.05
HSL 335.17º 0.87% 0.61% -
HSV(B) 335.17º 0.72% 0.95% -
XYZ 43.42 24.9 27.33 -
YUV 128.23 134.65 209.15 -
System Red Green Blue C M Y K H S L
Decimal 242 68 140 0 0.72 0.42 0.05 335.17 0.87 0.61
Hex F2 44 8C 0 48 2A 5 14F 57 3D
Octal 362 104 214 0 110 52 5 517 127 75
Binary 11110010 1000100 10001100 0 1001000 101010 101 101001111 1010111 111101

Color Harmonies of #F2448C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2448C

Black with #F2448C

Text Example


Text Example

White with #F2448C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2448C; }

 p { color: rgb(242,68,140); }

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

background-color css

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

 a { background-color: rgb(242,68,140); }

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

border-color css

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

 span { border-color: rgb(242,68,140); }

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