Html Css Color HEX #F67AB7 Persian Pink

📋 copy color: '#F67AB7'

red 246 ◦ green 122 ◦ blue 183

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

Shades of Persian Pink #F67AB7

Tints of Persian Pink #F67AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.21%

R = 44.65%
G = 22.14%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F67AB7 (or 0xF67AB7) is known color: Persian Pink. HEX triplet: F6, 7A and B7. RGB value is (246,122,183). Sum of RGB (Red+Green+Blue) = 246+122+183=551 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.65% from 551); Green value is 122 (48.05% from 255 or 22.14% from 551); Blue value is 183 (71.88% from 255 or 33.21% from 551); Max value from RGB is 246 - color contains mainly: red. Hex color #F67AB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67AB7 is #098548. Grayscale: #A5A5A5. Windows color (decimal): -623945 or 12024566. OLE color: 12024566.

HSL color Cylindrical-coordinate representation of color #F67AB7: hue angle of 330.48º 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 #F67AB7 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 122 183 -
CMYK 0 0.50 0.26 0.04
HSL 330.48º 0.87% 0.72% -
HSV(B) 330.48º 0.5% 0.96% -
XYZ 53.51 36.93 49.11 -
YUV 166.03 137.58 185.04 -
System Red Green Blue C M Y K H S L
Decimal 246 122 183 0 0.50 0.26 0.04 330.48 0.87 0.72
Hex F6 7A B7 0 32 1A 4 14A 57 48
Octal 366 172 267 0 62 32 4 512 127 110
Binary 11110110 1111010 10110111 0 110010 11010 100 101001010 1010111 1001000

Color Harmonies of #F67AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67AB7

Black with #F67AB7

Text Example


Text Example

White with #F67AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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