Html Css Color HEX #F67AB9 Persian Pink

📋 copy color: '#F67AB9'

red 246 ◦ green 122 ◦ blue 185

#F67AB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #F67AB9

Tints of Persian Pink #F67AB9

RGB

 RED value IS 246 (96.48% from 255) = 44.48%

 GREEN value IS 122 (48.05% from 255) = 22.06%

 BLUE value IS 185 (72.66% from 255) = 33.45%

R = 44.48%
G = 22.06%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F67AB9 (or 0xF67AB9) is known color: Persian Pink. HEX triplet: F6, 7A and B9. RGB value is (246,122,185). Sum of RGB (Red+Green+Blue) = 246+122+185=553 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.48% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 246 - color contains mainly: red. Hex color #F67AB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67AB9 is #098546. Grayscale: #A6A6A6. Windows color (decimal): -623943 or 12155638. OLE color: 12155638.

HSL color Cylindrical-coordinate representation of color #F67AB9: hue angle of 329.52º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67AB9 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 122 185 -
CMYK 0 0.50 0.25 0.04
HSL 329.52º 0.87% 0.72% -
HSV(B) 329.52º 0.5% 0.96% -
XYZ 53.72 37.01 50.21 -
YUV 166.26 138.58 184.88 -
System Red Green Blue C M Y K H S L
Decimal 246 122 185 0 0.50 0.25 0.04 329.52 0.87 0.72
Hex F6 7A B9 0 32 19 4 14A 57 48
Octal 366 172 271 0 62 31 4 512 127 110
Binary 11110110 1111010 10111001 0 110010 11001 100 101001010 1010111 1001000

Color Harmonies of #F67AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67AB9

Black with #F67AB9

Text Example


Text Example

White with #F67AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67AB9; }

 p { color: rgb(246,122,185); }

 H1.HeaderClassName
 {
   color: #F67AB9;
 }
 .AnyTagClassName
 {
   color: #F67AB9;
 }
</style>

background-color css

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

 a { background-color: rgb(246,122,185); }

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

border-color css

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

 span { border-color: rgb(246,122,185); }

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