Html Css Color HEX #F2448A Violet Red

📋 copy color: '#F2448A'

red 242 ◦ green 68 ◦ blue 138

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

Shades of Violet Red #F2448A

Tints of Violet Red #F2448A

RGB

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

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

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

R = 54.02%
G = 15.18%
B = 30.8%

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

#F2448A (or 0xF2448A) is known color: Violet Red. HEX triplet: F2, 44 and 8A. RGB value is (242,68,138). Sum of RGB (Red+Green+Blue) = 242+68+138=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F2448A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2448A is #0DBB75. Grayscale: #7F7F7F. Windows color (decimal): -899958 or 9061618. OLE color: 9061618.

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

Color convert

RGB 242 68 138 -
CMYK 0 0.72 0.43 0.05
HSL 335.86º 0.87% 0.61% -
HSV(B) 335.86º 0.72% 0.95% -
XYZ 43.27 24.85 26.56 -
YUV 128.01 133.65 209.31 -
System Red Green Blue C M Y K H S L
Decimal 242 68 138 0 0.72 0.43 0.05 335.86 0.87 0.61
Hex F2 44 8A 0 48 2B 5 150 57 3D
Octal 362 104 212 0 110 53 5 520 127 75
Binary 11110010 1000100 10001010 0 1001000 101011 101 101010000 1010111 111101

Color Harmonies of #F2448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2448A

Black with #F2448A

Text Example


Text Example

White with #F2448A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2448A; }

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

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

background-color css

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

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

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

border-color css

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

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

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