#F074BF

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

Shades of Persian Pink #F074BF

Tints of Persian Pink #F074BF

Color information

#F074BF (or 0xF074BF) is unknown color: approx Persian Pink. HEX triplet: F0, 74 and BF. RGB value is (240,116,191). Sum of RGB (Red+Green+Blue) = 240+116+191=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 116 (45.70% from 255 or 21.21% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F074BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F074BF is #0F8B40. Grayscale: #A1A1A1. Windows color (decimal): -1018689 or 12547312. OLE color: 12547312.

HSL color Cylindrical-coordinate representation of color #F074BF: hue angle of 323.71º 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 #F074BF is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB240116191-
CMYK00.520.200.06
HSL323.71º80.52%69.8%-
HSV(B)323.71º51.67%94.12%-
XYZ51.5834.7853.28-
YUV161.63144.58183.9-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.88%
GREEN value IS 116 (45.70% from 255) = 21.21%
BLUE value IS 191 (75% from 255) = 34.92%
R=43.88%
G=21.21%
B=34.92%

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
Decimal24011619100.520.200.06323.7180.5269.8
HexF074BF0341461445146
Octal360164277064246504121106
Binary1111000011101001011111101101001010011010100010010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F074BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F074BF; }

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

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

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

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

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

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

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

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