#F074C1

Color #F074C1 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #F074C1

Tints of Persian Pink #F074C1

Color information

#F074C1 (or 0xF074C1) is unknown color: approx Persian Pink. HEX triplet: F0, 74 and C1. RGB value is (240,116,193). Sum of RGB (Red+Green+Blue) = 240+116+193=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 116 (45.70% from 255 or 21.13% from 549); Blue value is 193 (75.78% from 255 or 35.15% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F074C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F074C1 is #0F8B3E. Grayscale: #A1A1A1. Windows color (decimal): -1018687 or 12678384. OLE color: 12678384.

HSL color Cylindrical-coordinate representation of color #F074C1: hue angle of 322.74º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F074C1 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB240116193-
CMYK00.520.200.06
HSL322.74º80.52%69.8%-
HSV(B)322.74º51.67%94.12%-
XYZ51.8134.8754.45-
YUV161.85145.58183.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.72%
GREEN value IS 116 (45.70% from 255) = 21.13%
BLUE value IS 193 (75.78% from 255) = 35.15%
R=43.72%
G=21.13%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011619300.520.200.06322.7480.5269.8
HexF074C10341461435146
Octal360164301064246503121106
Binary1111000011101001100000101101001010011010100001110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F074C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F074C1; }

 p { color: rgb(240,116,193); }

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

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

 a { background-color: rgb(240,116,193); }

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

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

 span { border-color: rgb(240,116,193); }

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