#F674B8

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

Shades of Persian Pink #F674B8

Tints of Persian Pink #F674B8

Color information

#F674B8 (or 0xF674B8) is unknown color: approx Persian Pink. HEX triplet: F6, 74 and B8. RGB value is (246,116,184). Sum of RGB (Red+Green+Blue) = 246+116+184=546 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.05% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 184 (72.27% from 255 or 33.70% from 546); Max value from RGB is 246 - color contains mainly: red. Hex color #F674B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F674B8 is #098B47. Grayscale: #A2A2A2. Windows color (decimal): -625480 or 12088566. OLE color: 12088566.

HSL color Cylindrical-coordinate representation of color #F674B8: hue angle of 328.62º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F674B8 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB246116184-
CMYK00.530.250.04
HSL328.62º87.84%70.98%-
HSV(B)328.62º52.85%96.47%-
XYZ52.935.5449.42-
YUV162.62140.07187.47-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.05%
GREEN value IS 116 (45.70% from 255) = 21.25%
BLUE value IS 184 (72.27% from 255) = 33.70%
R=45.05%
G=21.25%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611618400.530.250.04328.6287.8470.98
HexF674B80351941495847
Octal366164270065314511130107
Binary1111011011101001011100001101011100110010100100110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F674B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F674B8; }

 p { color: rgb(246,116,184); }

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

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

 a { background-color: rgb(246,116,184); }

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

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

 span { border-color: rgb(246,116,184); }

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