Html Css Color HEX #F2449B Violet Red

📋 copy color: '#F2449B'

red 242 ◦ green 68 ◦ blue 155

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

Shades of Violet Red #F2449B

Tints of Violet Red #F2449B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.33%

R = 52.04%
G = 14.62%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2449B (or 0xF2449B) is known color: Violet Red. HEX triplet: F2, 44 and 9B. RGB value is (242,68,155). Sum of RGB (Red+Green+Blue) = 242+68+155=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 68 (26.95% from 255 or 14.62% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2449B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2449B is #0DBB64. Grayscale: #818181. Windows color (decimal): -899941 or 10175730. OLE color: 10175730.

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

Color convert

RGB 242 68 155 -
CMYK 0 0.72 0.36 0.05
HSL 330º 0.87% 0.61% -
HSV(B) 330º 0.72% 0.95% -
XYZ 44.6 25.38 33.56 -
YUV 129.94 142.15 207.93 -
System Red Green Blue C M Y K H S L
Decimal 242 68 155 0 0.72 0.36 0.05 330 0.87 0.61
Hex F2 44 9B 0 48 24 5 14A 57 3D
Octal 362 104 233 0 110 44 5 512 127 75
Binary 11110010 1000100 10011011 0 1001000 100100 101 101001010 1010111 111101

Color Harmonies of #F2449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2449B

Black with #F2449B

Text Example


Text Example

White with #F2449B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2449B; }

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

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

background-color css

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

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

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

border-color css

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

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

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