#F283B7

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

Shades of Persian Pink #F283B7

Tints of Persian Pink #F283B7

Color information

#F283B7 (or 0xF283B7) is unknown color: approx Persian Pink. HEX triplet: F2, 83 and B7. RGB value is (242,131,183). Sum of RGB (Red+Green+Blue) = 242+131+183=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 131 (51.56% from 255 or 23.56% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F283B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F283B7 is #0D7C48. Grayscale: #AAAAAA. Windows color (decimal): -883785 or 12026866. OLE color: 12026866.

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

Color convert

RGB242131183-
CMYK00.460.240.05
HSL331.89º81.02%73.14%-
HSV(B)331.89º45.87%94.9%-
XYZ53.2838.5349.43-
YUV170.12135.27179.27-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.53%
GREEN value IS 131 (51.56% from 255) = 23.56%
BLUE value IS 183 (71.88% from 255) = 32.91%
R=43.53%
G=23.56%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213118300.460.240.05331.8981.0273.14
HexF283B702E18514c5149
Octal362203267056305514121111
Binary11110010100000111011011101011101100010110100110010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F283B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F283B7; }

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

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

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

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

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

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

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

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