#F275BD

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

Shades of Persian Pink #F275BD

Tints of Persian Pink #F275BD

Color information

#F275BD (or 0xF275BD) is unknown color: approx Persian Pink. HEX triplet: F2, 75 and BD. RGB value is (242,117,189). Sum of RGB (Red+Green+Blue) = 242+117+189=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 242 - color contains mainly: red. Hex color #F275BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F275BD is #0D8A42. Grayscale: #A2A2A2. Windows color (decimal): -887363 or 12416498. OLE color: 12416498.

HSL color Cylindrical-coordinate representation of color #F275BD: hue angle of 325.44º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F275BD is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB242117189-
CMYK00.520.220.05
HSL325.44º82.78%70.39%-
HSV(B)325.44º51.65%94.9%-
XYZ52.1635.2752.2-
YUV162.58142.91184.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.16%
GREEN value IS 117 (46.09% from 255) = 21.35%
BLUE value IS 189 (74.22% from 255) = 34.49%
R=44.16%
G=21.35%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211718900.520.220.05325.4482.7870.39
HexF275BD0341651455346
Octal362165275064265505123106
Binary1111001011101011011110101101001011010110100010110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F275BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F275BD; }

 p { color: rgb(242,117,189); }

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

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

 a { background-color: rgb(242,117,189); }

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

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

 span { border-color: rgb(242,117,189); }

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