Html Css Color HEX #F2479A Violet Red

📋 copy color: '#F2479A'

red 242 ◦ green 71 ◦ blue 154

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

Shades of Violet Red #F2479A

Tints of Violet Red #F2479A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.2%

 BLUE value IS 154 (60.55% from 255) = 32.98%

R = 51.82%
G = 15.2%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2479A (or 0xF2479A) is known color: Violet Red. HEX triplet: F2, 47 and 9A. RGB value is (242,71,154). Sum of RGB (Red+Green+Blue) = 242+71+154=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 71 (28.12% from 255 or 15.20% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2479A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2479A is #0DB865. Grayscale: #838383. Windows color (decimal): -899174 or 10110962. OLE color: 10110962.

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

Color convert

RGB 242 71 154 -
CMYK 0 0.71 0.36 0.05
HSL 330.88º 0.87% 0.61% -
HSV(B) 330.88º 0.71% 0.95% -
XYZ 44.7 25.72 33.18 -
YUV 131.59 140.65 206.75 -
System Red Green Blue C M Y K H S L
Decimal 242 71 154 0 0.71 0.36 0.05 330.88 0.87 0.61
Hex F2 47 9A 0 47 24 5 14B 57 3D
Octal 362 107 232 0 107 44 5 513 127 75
Binary 11110010 1000111 10011010 0 1000111 100100 101 101001011 1010111 111101

Color Harmonies of #F2479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2479A

Black with #F2479A

Text Example


Text Example

White with #F2479A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2479A; }

 p { color: rgb(242,71,154); }

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

background-color css

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

 a { background-color: rgb(242,71,154); }

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

border-color css

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

 span { border-color: rgb(242,71,154); }

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