Html Css Color HEX #F67AB2 Persian Pink

📋 copy color: '#F67AB2'

red 246 ◦ green 122 ◦ blue 178

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

Shades of Persian Pink #F67AB2

Tints of Persian Pink #F67AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.6%

R = 45.05%
G = 22.34%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F67AB2 (or 0xF67AB2) is known color: Persian Pink. HEX triplet: F6, 7A and B2. RGB value is (246,122,178). Sum of RGB (Red+Green+Blue) = 246+122+178=546 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.05% from 546); Green value is 122 (48.05% from 255 or 22.34% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 246 - color contains mainly: red. Hex color #F67AB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67AB2 is #09854D. Grayscale: #A5A5A5. Windows color (decimal): -623950 or 11696886. OLE color: 11696886.

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

Color convert

RGB 246 122 178 -
CMYK 0 0.50 0.28 0.04
HSL 332.9º 0.87% 0.72% -
HSV(B) 332.9º 0.5% 0.96% -
XYZ 53 36.73 46.41 -
YUV 165.46 135.08 185.45 -
System Red Green Blue C M Y K H S L
Decimal 246 122 178 0 0.50 0.28 0.04 332.9 0.87 0.72
Hex F6 7A B2 0 32 1C 4 14D 57 48
Octal 366 172 262 0 62 34 4 515 127 110
Binary 11110110 1111010 10110010 0 110010 11100 100 101001101 1010111 1001000

Color Harmonies of #F67AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67AB2

Black with #F67AB2

Text Example


Text Example

White with #F67AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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