Html Css Color HEX #F2478D Violet Red

📋 copy color: '#F2478D'

red 242 ◦ green 71 ◦ blue 141

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

Shades of Violet Red #F2478D

Tints of Violet Red #F2478D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.06%

R = 53.3%
G = 15.64%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2478D (or 0xF2478D) is known color: Violet Red. HEX triplet: F2, 47 and 8D. RGB value is (242,71,141). Sum of RGB (Red+Green+Blue) = 242+71+141=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 71 (28.12% from 255 or 15.64% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F2478D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2478D is #0DB872. Grayscale: #828282. Windows color (decimal): -899187 or 9258994. OLE color: 9258994.

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

Color convert

RGB 242 71 141 -
CMYK 0 0.71 0.42 0.05
HSL 335.44º 0.87% 0.61% -
HSV(B) 335.44º 0.71% 0.95% -
XYZ 43.68 25.31 27.78 -
YUV 130.11 134.15 207.81 -
System Red Green Blue C M Y K H S L
Decimal 242 71 141 0 0.71 0.42 0.05 335.44 0.87 0.61
Hex F2 47 8D 0 47 2A 5 14F 57 3D
Octal 362 107 215 0 107 52 5 517 127 75
Binary 11110010 1000111 10001101 0 1000111 101010 101 101001111 1010111 111101

Color Harmonies of #F2478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2478D

Black with #F2478D

Text Example


Text Example

White with #F2478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2478D; }

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

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

background-color css

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

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

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

border-color css

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

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

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