Html Css Color HEX #F67ABA Persian Pink

📋 copy color: '#F67ABA'

red 246 ◦ green 122 ◦ blue 186

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

Shades of Persian Pink #F67ABA

Tints of Persian Pink #F67ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.57%

R = 44.4%
G = 22.02%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F67ABA (or 0xF67ABA) is known color: Persian Pink. HEX triplet: F6, 7A and BA. RGB value is (246,122,186). Sum of RGB (Red+Green+Blue) = 246+122+186=554 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.40% from 554); Green value is 122 (48.05% from 255 or 22.02% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 246 - color contains mainly: red. Hex color #F67ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67ABA is #098545. Grayscale: #A6A6A6. Windows color (decimal): -623942 or 12221174. OLE color: 12221174.

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

Color convert

RGB 246 122 186 -
CMYK 0 0.50 0.24 0.04
HSL 329.03º 0.87% 0.72% -
HSV(B) 329.03º 0.5% 0.96% -
XYZ 53.83 37.06 50.77 -
YUV 166.37 139.08 184.8 -
System Red Green Blue C M Y K H S L
Decimal 246 122 186 0 0.50 0.24 0.04 329.03 0.87 0.72
Hex F6 7A BA 0 32 18 4 149 57 48
Octal 366 172 272 0 62 30 4 511 127 110
Binary 11110110 1111010 10111010 0 110010 11000 100 101001001 1010111 1001000

Color Harmonies of #F67ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67ABA

Black with #F67ABA

Text Example


Text Example

White with #F67ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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