#F284B4

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

Shades of Persian Pink #F284B4

Tints of Persian Pink #F284B4

Color information

#F284B4 (or 0xF284B4) is unknown color: approx Persian Pink. HEX triplet: F2, 84 and B4. RGB value is (242,132,180). Sum of RGB (Red+Green+Blue) = 242+132+180=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F284B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F284B4 is #0D7B4B. Grayscale: #AAAAAA. Windows color (decimal): -883532 or 11830514. OLE color: 11830514.

HSL color Cylindrical-coordinate representation of color #F284B4: hue angle of 333.82º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F284B4 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB242132180-
CMYK00.450.260.05
HSL333.82º80.88%73.33%-
HSV(B)333.82º45.45%94.9%-
XYZ53.1138.6847.85-
YUV170.36133.44179.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.68%
GREEN value IS 132 (51.95% from 255) = 23.83%
BLUE value IS 180 (70.70% from 255) = 32.49%
R=43.68%
G=23.83%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213218000.450.260.05333.8280.8873.33
HexF284B402D1A514e5149
Octal362204264055325516121111
Binary11110010100001001011010001011011101010110100111010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F284B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F284B4; }

 p { color: rgb(242,132,180); }

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

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

 a { background-color: rgb(242,132,180); }

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

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

 span { border-color: rgb(242,132,180); }

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