#F483BE

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

Shades of Persian Pink #F483BE

Tints of Persian Pink #F483BE

Color information

#F483BE (or 0xF483BE) is unknown color: approx Persian Pink. HEX triplet: F4, 83 and BE. RGB value is (244,131,190). Sum of RGB (Red+Green+Blue) = 244+131+190=565 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.19% from 565); Green value is 131 (51.56% from 255 or 23.19% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 244 - color contains mainly: red. Hex color #F483BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F483BE is #0B7C41. Grayscale: #ABABAB. Windows color (decimal): -752706 or 12485620. OLE color: 12485620.

HSL color Cylindrical-coordinate representation of color #F483BE: hue angle of 328.67º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F483BE is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB244131190-
CMYK00.460.220.04
HSL328.67º83.7%73.53%-
HSV(B)328.67º46.31%95.69%-
XYZ54.7239.1853.39-
YUV171.51138.44179.7-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.19%
GREEN value IS 131 (51.56% from 255) = 23.19%
BLUE value IS 190 (74.61% from 255) = 33.63%
R=43.19%
G=23.19%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413119000.460.220.04328.6783.773.53
HexF483BE02E164149544a
Octal364203276056264511124112
Binary11110100100000111011111001011101011010010100100110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F483BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F483BE; }

 p { color: rgb(244,131,190); }

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

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

 a { background-color: rgb(244,131,190); }

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

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

 span { border-color: rgb(244,131,190); }

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