Html Css Color HEX #F2479B Violet Red

📋 copy color: '#F2479B'

red 242 ◦ green 71 ◦ blue 155

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

Shades of Violet Red #F2479B

Tints of Violet Red #F2479B

RGB

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

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

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

R = 51.71%
G = 15.17%
B = 33.12%

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

#F2479B (or 0xF2479B) is known color: Violet Red. HEX triplet: F2, 47 and 9B. RGB value is (242,71,155). Sum of RGB (Red+Green+Blue) = 242+71+155=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F2479B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2479B is #0DB864. Grayscale: #838383. Windows color (decimal): -899173 or 10176498. OLE color: 10176498.

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

Color convert

RGB 242 71 155 -
CMYK 0 0.71 0.36 0.05
HSL 330.53º 0.87% 0.61% -
HSV(B) 330.53º 0.71% 0.95% -
XYZ 44.79 25.75 33.62 -
YUV 131.71 141.15 206.67 -
System Red Green Blue C M Y K H S L
Decimal 242 71 155 0 0.71 0.36 0.05 330.53 0.87 0.61
Hex F2 47 9B 0 47 24 5 14B 57 3D
Octal 362 107 233 0 107 44 5 513 127 75
Binary 11110010 1000111 10011011 0 1000111 100100 101 101001011 1010111 111101

Color Harmonies of #F2479B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2479B

Black with #F2479B

Text Example


Text Example

White with #F2479B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2479B; }

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

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

background-color css

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

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

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

border-color css

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

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

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