#F278BD

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

Shades of Persian Pink #F278BD

Tints of Persian Pink #F278BD

Color information

#F278BD (or 0xF278BD) is unknown color: approx Persian Pink. HEX triplet: F2, 78 and BD. RGB value is (242,120,189). Sum of RGB (Red+Green+Blue) = 242+120+189=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F278BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F278BD is #0D8742. Grayscale: #A4A4A4. Windows color (decimal): -886595 or 12417266. OLE color: 12417266.

HSL color Cylindrical-coordinate representation of color #F278BD: hue angle of 326.07º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F278BD is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB242120189-
CMYK00.500.220.05
HSL326.07º82.43%70.98%-
HSV(B)326.07º50.41%94.9%-
XYZ52.5235.9852.32-
YUV164.34141.92183.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.92%
GREEN value IS 120 (47.27% from 255) = 21.78%
BLUE value IS 189 (74.22% from 255) = 34.30%
R=43.92%
G=21.78%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212018900.500.220.05326.0782.4370.98
HexF278BD0321651465247
Octal362170275062265506122107
Binary1111001011110001011110101100101011010110100011010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F278BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F278BD; }

 p { color: rgb(242,120,189); }

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

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

 a { background-color: rgb(242,120,189); }

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

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

 span { border-color: rgb(242,120,189); }

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