#F274BA

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

Shades of Persian Pink #F274BA

Tints of Persian Pink #F274BA

Color information

#F274BA (or 0xF274BA) is unknown color: approx Persian Pink. HEX triplet: F2, 74 and BA. RGB value is (242,116,186). Sum of RGB (Red+Green+Blue) = 242+116+186=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 116 (45.70% from 255 or 21.32% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F274BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F274BA is #0D8B45. Grayscale: #A1A1A1. Windows color (decimal): -887622 or 12219634. OLE color: 12219634.

HSL color Cylindrical-coordinate representation of color #F274BA: hue angle of 326.67º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F274BA is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB242116186-
CMYK00.520.230.05
HSL326.67º82.89%70.2%-
HSV(B)326.67º52.07%94.9%-
XYZ51.7334.9150.47-
YUV161.65141.74185.31-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.49%
GREEN value IS 116 (45.70% from 255) = 21.32%
BLUE value IS 186 (73.05% from 255) = 34.19%
R=44.49%
G=21.32%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211618600.520.230.05326.6782.8970.2
HexF274BA0341751475346
Octal362164272064275507123106
Binary1111001011101001011101001101001011110110100011110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F274BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F274BA; }

 p { color: rgb(242,116,186); }

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

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

 a { background-color: rgb(242,116,186); }

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

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

 span { border-color: rgb(242,116,186); }

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