#f23f89

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

Shades of Violet Red #F23F89

Tints of Violet Red #F23F89

Color information

#F23F89 (or 0xF23F89) is unknown color: approx Violet Red. HEX triplet: F2, 3F and 89. RGB value is (242,63,137). Sum of RGB (Red+Green+Blue) = 242+63+137=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23F89 is #0DC076. Grayscale: #7C7C7C. Windows color (decimal): -901239 or 8994802. OLE color: 8994802.

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

Color convert

RGB24263137-
CMYK00.740.430.05
HSL335.2º87.32%59.8%-
HSV(B)335.2º73.97%94.9%-
XYZ42.9124.2426.08-
YUV124.96134.8211.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.75%
GREEN value IS 63 (25% from 255) = 14.25%
BLUE value IS 137 (53.91% from 255) = 31.00%
R=54.75%
G=14.25%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426313700.740.430.05335.287.3259.8
HexF23F8904A2B514f573c
Octal36277211011253551712774
Binary1111001011111110001001010010101010111011010011111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f23f89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f23f89; }

 p { color: rgb(242,63,137); }

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

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

 a { background-color: rgb(242,63,137); }

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

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

 span { border-color: rgb(242,63,137); }

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