#F278B7

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

Shades of Persian Pink #F278B7

Tints of Persian Pink #F278B7

Color information

#F278B7 (or 0xF278B7) is unknown color: approx Persian Pink. HEX triplet: F2, 78 and B7. RGB value is (242,120,183). Sum of RGB (Red+Green+Blue) = 242+120+183=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 120 (47.27% from 255 or 22.02% from 545); Blue value is 183 (71.88% from 255 or 33.58% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F278B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F278B7 is #0D8748. Grayscale: #A3A3A3. Windows color (decimal): -886601 or 12024050. OLE color: 12024050.

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

Color convert

RGB242120183-
CMYK00.500.240.05
HSL329.02º82.43%70.98%-
HSV(B)329.02º50.41%94.9%-
XYZ51.8835.7348.96-
YUV163.66138.92183.88-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.40%
GREEN value IS 120 (47.27% from 255) = 22.02%
BLUE value IS 183 (71.88% from 255) = 33.58%
R=44.40%
G=22.02%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212018300.500.240.05329.0282.4370.98
HexF278B70321851495247
Octal362170267062305511122107
Binary1111001011110001011011101100101100010110100100110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F278B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F278B7; }

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

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

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

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

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

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

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

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