#f275b8

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

Shades of Persian Pink #F275B8

Tints of Persian Pink #F275B8

Color information

#F275B8 (or 0xF275B8) is unknown color: approx Persian Pink. HEX triplet: F2, 75 and B8. RGB value is (242,117,184). Sum of RGB (Red+Green+Blue) = 242+117+184=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 117 (46.09% from 255 or 21.55% from 543); Blue value is 184 (72.27% from 255 or 33.89% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F275B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F275B8 is #0D8A47. Grayscale: #A1A1A1. Windows color (decimal): -887368 or 12088818. OLE color: 12088818.

HSL color Cylindrical-coordinate representation of color #F275B8: hue angle of 327.84º 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 #F275B8 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB242117184-
CMYK00.520.240.05
HSL327.84º82.78%70.39%-
HSV(B)327.84º51.65%94.9%-
XYZ51.6335.0649.39-
YUV162.01140.41185.05-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.57%
GREEN value IS 117 (46.09% from 255) = 21.55%
BLUE value IS 184 (72.27% from 255) = 33.89%
R=44.57%
G=21.55%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211718400.520.240.05327.8482.7870.39
HexF275B80341851485346
Octal362165270064305510123106
Binary1111001011101011011100001101001100010110100100010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f275b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f275b8; }

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

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

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

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

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

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

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

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