#F378B8

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

Shades of Persian Pink #F378B8

Tints of Persian Pink #F378B8

Color information

#F378B8 (or 0xF378B8) is unknown color: approx Persian Pink. HEX triplet: F3, 78 and B8. RGB value is (243,120,184). Sum of RGB (Red+Green+Blue) = 243+120+184=547 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.42% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 184 (72.27% from 255 or 33.64% from 547); Max value from RGB is 243 - color contains mainly: red. Hex color #F378B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F378B8 is #0C8747. Grayscale: #A3A3A3. Windows color (decimal): -821064 or 12089587. OLE color: 12089587.

HSL color Cylindrical-coordinate representation of color #F378B8: hue angle of 328.78º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F378B8 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB243120184-
CMYK00.510.240.05
HSL328.78º83.67%71.18%-
HSV(B)328.78º50.62%95.29%-
XYZ52.3335.9549.53-
YUV164.07139.25184.3-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.42%
GREEN value IS 120 (47.27% from 255) = 21.94%
BLUE value IS 184 (72.27% from 255) = 33.64%
R=44.42%
G=21.94%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312018400.510.240.05328.7883.6771.18
HexF378B80331851495447
Octal363170270063305511124107
Binary1111001111110001011100001100111100010110100100110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F378B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F378B8; }

 p { color: rgb(243,120,184); }

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

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

 a { background-color: rgb(243,120,184); }

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

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

 span { border-color: rgb(243,120,184); }

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