#F2478B

Color #F2478B Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #F2478B

Tints of Violet Red #F2478B

Color information

#F2478B (or 0xF2478B) is unknown color: approx Violet Red. HEX triplet: F2, 47 and 8B. RGB value is (242,71,139). Sum of RGB (Red+Green+Blue) = 242+71+139=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F2478B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2478B is #0DB874. Grayscale: #818181. Windows color (decimal): -899189 or 9127922. OLE color: 9127922.

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

Color convert

RGB24271139-
CMYK00.710.430.05
HSL336.14º86.8%61.37%-
HSV(B)336.14º70.66%94.9%-
XYZ43.5325.2527.01-
YUV129.88133.15207.97-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.54%
GREEN value IS 71 (28.12% from 255) = 15.71%
BLUE value IS 139 (54.69% from 255) = 30.75%
R=53.54%
G=15.71%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427113900.710.430.05336.1486.861.37
HexF2478B0472B5150573d
Octal362107213010753552012775
Binary11110010100011110001011010001111010111011010100001010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2478B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2478B; }

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

 H1.HeaderClassName
 {
   color: #F2478B;
 }
 .AnyTagClassName
 {
   color: #F2478B;
 }
</style>
background-color css

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

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

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

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

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

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