#F274BB

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

Shades of Persian Pink #F274BB

Tints of Persian Pink #F274BB

Color information

#F274BB (or 0xF274BB) is unknown color: approx Persian Pink. HEX triplet: F2, 74 and BB. RGB value is (242,116,187). Sum of RGB (Red+Green+Blue) = 242+116+187=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F274BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F274BB is #0D8B44. Grayscale: #A1A1A1. Windows color (decimal): -887621 or 12285170. OLE color: 12285170.

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

Color convert

RGB242116187-
CMYK00.520.230.05
HSL326.19º82.89%70.2%-
HSV(B)326.19º52.07%94.9%-
XYZ51.8334.9651.03-
YUV161.77142.24185.23-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.40%
GREEN value IS 116 (45.70% from 255) = 21.28%
BLUE value IS 187 (73.44% from 255) = 34.31%
R=44.40%
G=21.28%
B=34.31%

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
Decimal24211618700.520.230.05326.1982.8970.2
HexF274BB0341751465346
Octal362164273064275506123106
Binary1111001011101001011101101101001011110110100011010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F274BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F274BB; }

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

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

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

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

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

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

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

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