Html Css Color HEX #F67AB0 Persian Pink

📋 copy color: '#F67AB0'

red 246 ◦ green 122 ◦ blue 176

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

Shades of Persian Pink #F67AB0

Tints of Persian Pink #F67AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.35%

R = 45.22%
G = 22.43%
B = 32.35%

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

#F67AB0 (or 0xF67AB0) is known color: Persian Pink. HEX triplet: F6, 7A and B0. RGB value is (246,122,176). Sum of RGB (Red+Green+Blue) = 246+122+176=544 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.22% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 246 - color contains mainly: red. Hex color #F67AB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67AB0 is #09854F. Grayscale: #A5A5A5. Windows color (decimal): -623952 or 11565814. OLE color: 11565814.

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

Color convert

RGB 246 122 176 -
CMYK 0 0.50 0.28 0.04
HSL 333.87º 0.87% 0.72% -
HSV(B) 333.87º 0.5% 0.96% -
XYZ 52.8 36.65 45.36 -
YUV 165.23 134.08 185.61 -
System Red Green Blue C M Y K H S L
Decimal 246 122 176 0 0.50 0.28 0.04 333.87 0.87 0.72
Hex F6 7A B0 0 32 1C 4 14E 57 48
Octal 366 172 260 0 62 34 4 516 127 110
Binary 11110110 1111010 10110000 0 110010 11100 100 101001110 1010111 1001000

Color Harmonies of #F67AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67AB0

Black with #F67AB0

Text Example


Text Example

White with #F67AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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